Changed the better tabs management

This commit is contained in:
Marcin Woźniak 2021-11-01 10:42:26 +01:00
parent e9fc021cd1
commit 782d4307d9
Signed by: y0rune
GPG Key ID: F204C385F57EB348

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