All plugins are managed by Vundle.
- NERDTree
- EasyMotion
- Fugitive
- Tabular
- Git Gutter
- Solarized Colorscheme
- vim-multiple-cursors
- vim-syntax-redminewiki
- ag.vim
- St [number]: Sets all the tab width settings to number
- Nt [dir]: Changes working directory to dir and activates NERDTree
cd ~
git clone [email protected]:abeger/.vim.git
ln -s .vim/vimrc .vimrc
cd .vim
git submodule init
git submodule update
:PluginInstall
See ag.vim instructions.
- Get
Nt
with no args to default to directory of current file?