Add keybindings for NERDTree and sorting

This commit is contained in:
Andrew Miner
2017-07-26 13:14:58 -07:00
parent e548f7038a
commit 3a56f5e178
+3
View File
@@ -87,6 +87,9 @@ let g:indent_guides_enable_on_vim_startup = 0 " :IndentGuidesToggle
" Key Mappings #########################################################################################################
map <F1> :NERDTreeToggle<CR>
map <F2> :NERDTreeFind<CR>
map <F3> :'a,.!sort<CR>
map <F7> :cp<CR>
map <F8> :copen<CR>
map <F9> :cn<CR>