[vim] Add MAPPINGS header
This commit is contained in:
parent
0b109ad0c4
commit
6494e75d01
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -183,6 +183,10 @@ if has('mac')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
"
|
||||||
|
" Mappings
|
||||||
|
"
|
||||||
|
|
||||||
noremap <silent> <F2> :NERDTreeToggle<CR>
|
noremap <silent> <F2> :NERDTreeToggle<CR>
|
||||||
noremap <silent> <F3> :GundoToggle<CR>
|
noremap <silent> <F3> :GundoToggle<CR>
|
||||||
noremap <silent> <F4> :setlocal invlist<CR>
|
noremap <silent> <F4> :setlocal invlist<CR>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue