vim: mapped F1 to ESC to disable mapping for :help

master
Guillaume DOTT 2012-10-19 15:29:41 +02:00
parent 8d5fbf6127
commit 5a8be0f59b
1 changed files with 2 additions and 4 deletions

View File

@ -99,16 +99,14 @@ set foldopen-=undo
" MAPPING " MAPPING
" { " {
map <F1> :help<CR> map <F1> <ESC>
imap <F1> <ESC>
noremap gy :call ToggleYesNo()<CR> noremap gy :call ToggleYesNo()<CR>
map <F3> <ESC>:NERDTreeToggle<CR> map <F3> <ESC>:NERDTreeToggle<CR>
map <F4> <ESC>:Tlist<CR> map <F4> <ESC>:Tlist<CR>
map <F5> <ESC>:GundoToggle<CR> map <F5> <ESC>:GundoToggle<CR>
map <F6> <ESC>:SokobanV<CR>
map <F7> <ESC>:Matrix<CR>
map <F8> <Leader>te
map <F11> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR> map <F11> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>
" Rot13 " Rot13