My new vimfiles
git clone https://github.com/eparreno/vimfiles.git ~/.vim
That's it. Really. You don't even need to link .vimrc
- leader set to ''
- line numbers
- soft 2-space tabs and default hard tabs to 2 spaces
- incremental, case-insensitive search
- vertical split goes right, horizontal split goes below
- cursor keys for movement are disabled!
- mouse support
- '' Leader key
- '<C-j/k/h/l>' - Switch between splits (no need to prepend )
- 'Y' - Act like D and C i.e. to yank until EOL
- 'e' - Appends an edit command with the path of the currently edited file filled in
- 'c' - Comment/Uncomment current line or selected lines in visual mode
- '' - Open CtrlP
- 'jj' - Back to normal mode
Check vimrc file for the list of installed plugins
Create ~/.vimrc.local for any local customizations.