Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.22 KB

README.markdown

File metadata and controls

47 lines (32 loc) · 1.22 KB

Current Plugins

All plugins are managed by Vundle.

Shortcuts

  • St [number]: Sets all the tab width settings to number
  • Nt [dir]: Changes working directory to dir and activates NERDTree

Installation

Install Modules:

cd ~
git clone [email protected]:abeger/.vim.git
ln -s .vim/vimrc .vimrc
cd .vim
git submodule init
git submodule update   

Initialize Plugins

:PluginInstall

Install The Silver Searcher (if necessary):

See ag.vim instructions.

TODO

  • Get Nt with no args to default to directory of current file?