mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add more window key binds
This commit is contained in:
parent
01e42f7547
commit
9461c060b3
1 changed files with 6 additions and 0 deletions
|
@ -66,5 +66,11 @@ nnoremap <space>h <C-W>h
|
||||||
nnoremap <space>j <C-W>j
|
nnoremap <space>j <C-W>j
|
||||||
nnoremap <space>k <C-W>k
|
nnoremap <space>k <C-W>k
|
||||||
nnoremap <space>l <C-W>l
|
nnoremap <space>l <C-W>l
|
||||||
|
|
||||||
|
nnoremap <space><left> <C-W>h
|
||||||
|
nnoremap <space><down> <C-W>j
|
||||||
|
nnoremap <space><up> <C-W>k
|
||||||
|
nnoremap <space><right> <C-W>l
|
||||||
|
|
||||||
nnoremap <space>v <C-W>v
|
nnoremap <space>v <C-W>v
|
||||||
nnoremap <space>s <C-W>s
|
nnoremap <space>s <C-W>s
|
||||||
|
|
Loading…
Reference in a new issue