Remove F7-9 keys for tabs from vim

legacy
Simon Bruder 2019-09-29 20:08:01 +00:00
parent bbcfd9a733
commit b92fb87555
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 5 deletions

View File

@ -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