mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-24 04:09:03 +00:00
Fix tab expansion keybindings
This commit is contained in:
parent
8e16e3f162
commit
d35a9d3e83
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ nnoremap <C-k> <C-w>k
|
|||
nnoremap <C-l> <C-w>l
|
||||
|
||||
" 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-Down> :resize -3<CR>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue