Changed the better tabs management

This commit is contained in:
Marcin Woźniak 2021-11-01 10:42:26 +01:00
parent adbe0ccd11
commit 52b6c3b61f

View File

@ -252,8 +252,8 @@ vnoremap F <C-v>$A
vnoremap f <C-v>0I
" Better management of tabs
nnoremap K :tabprevious<CR>
nnoremap J :tabnext<CR>
nnoremap <Leader>7 :tabprevious<CR>
nnoremap <Leader>8 :tabnext<CR>
" Copy into system
noremap <Leader>y "*y