cfg - Removed tab controls, I no longer use tabs

This commit is contained in:
Emmanuel BENOîT 2023-06-17 17:27:00 +02:00
parent b53fb1eb4d
commit 5bbe5e5d94
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -1,7 +0,0 @@
" Keys to control (actual) tabs
nnoremap <silent> <A-Insert> :tabnew<CR>
nnoremap <silent> <C-A-Insert> :tabclose<CR>
nnoremap <silent> <A-Left> :tabprevious<CR>
nnoremap <silent> <A-Right> :tabnext<CR>
nnoremap <silent> <A-Up> :execute 'silent! tabmove ' . (tabpagenr()-2)<CR>
nnoremap <silent> <A-Down> :execute 'silent! tabmove ' . tabpagenr()<CR>