cfg - Removed tab controls, I no longer use tabs
This commit is contained in:
parent
b53fb1eb4d
commit
5bbe5e5d94
1 changed files with 0 additions and 7 deletions
|
@ -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>
|
Loading…
Reference in a new issue