Remove F7-9 keys for tabs from vim
This commit is contained in:
parent
bbcfd9a733
commit
b92fb87555
|
@ -50,11 +50,6 @@ set undoreload=16384
|
|||
" highlight and ignore case at search
|
||||
set hls ic
|
||||
|
||||
" tab support
|
||||
map <F7> :tabp<CR>
|
||||
map <F8> :tabn<CR>
|
||||
map <F9> :tabe
|
||||
|
||||
" Autoload settings from file bottom
|
||||
set modeline
|
||||
|
||||
|
|
Reference in a new issue