Fix tab expansion keybindings

This commit is contained in:
ItsDrike 2021-09-15 18:46:29 +02:00
parent 8e16e3f162
commit d35a9d3e83
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -38,8 +38,8 @@ nnoremap <C-k> <C-w>k
nnoremap <C-l> <C-w>l nnoremap <C-l> <C-w>l
" Make adjusting split sizes a bit more friendly " Make adjusting split sizes a bit more friendly
noremap <silent> <C-Left> :vertical resize +3<CR> noremap <silent> <C-Right> :vertical resize +3<CR>
noremap <silent> <C-Right> :vertical resize -3<CR> noremap <silent> <C-left> :vertical resize -3<CR>
noremap <silent> <C-Up> :resize +3<CR> noremap <silent> <C-Up> :resize +3<CR>
noremap <silent> <C-Down> :resize -3<CR> noremap <silent> <C-Down> :resize -3<CR>