[vim] Add MAPPINGS header

This commit is contained in:
Eryn Wells 2015-02-04 08:48:37 -08:00
parent 0b109ad0c4
commit 6494e75d01

4
vimrc
View file

@ -183,6 +183,10 @@ if has('mac')
endif
endif
"
" Mappings
"
noremap <silent> <F2> :NERDTreeToggle<CR>
noremap <silent> <F3> :GundoToggle<CR>
noremap <silent> <F4> :setlocal invlist<CR>