Edit tab-management bindings in nvim

This commit is contained in:
samedamci 2020-03-10 17:09:01 +01:00
parent 3d23e93431
commit 73039c70b9

View File

@ -361,10 +361,10 @@ map <Leader>ag :ALEGoToDefinitionInSplit<CR>
map <Leader>aG :ALEGoToDefinition<CR>
" Tab Managment
map <C-o> :tabnew<CR>
map <C-d> :tabclose<CR>
nnoremap <Leader>k gT
nnoremap <Leader>j gt
map <S-o> :tabnew<CR>
map <S-d> :tabclose<CR>
nnoremap <S-k> gT
nnoremap <S-j> gt
" Split Managment
nnoremap <C-j> <C-w><C-j>