Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 626 Bytes

RobertTheNerd's vimrc

Highly opinionated vim configuration based on amix/vimrc. Don't use mine as you might hate it. Fork from amix/vimrc and customize yours instead.

Major Key bindings

   ,nn           :NERDTreeToggle<CR>
   ,t,           :tabnext<CR>
   ,tm           :tabmove<Space>
   ,tc           :tabclose<CR>
   ,to           :tabonly<CR>
   ,tn           :tabnew<CR>
   ,pp           :setlocal paste!

How to install

git clone https://github.com/RobertTheNerd/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh