Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.39 KB

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).