Skip to content

godlike64/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-config

My personal vim configuration

Contents

This vim configuration consists of some adjustments to .vimrc and the following plugins:

Installation

  1. $ git clone
  2. $ cd vim-config
  3. $ git submodule init
  4. $ git submodule update

Shortcuts

Most keyboard shortcuts are at their defaults. Here's what you will get with this .vimrc:

  • ,o: python-mode lint code checker
  • ,p: python-mode auto-PEP8 (automatically saves the file!)
  • F8: tagbar toggle
  • Ctrl-N: nerdtree toggle
  • F2: tasklist toggle
  • F3: tabman show/focus
  • <lead>mt: tabman show/hide

Notes

  • You will need the patched fonts for airline to work properly, and a proper TERM. I'm using 'xterm-256color' and for the patched fonts, check vim-airline README (see above).

About

My personal vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages