mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
use arrowkeys to switch windows
This commit is contained in:
parent
9e87d3b4ab
commit
c0ec24825f
@ -209,4 +209,9 @@ endfunction
|
|||||||
function! s:GetBufNums() abort
|
function! s:GetBufNums() abort
|
||||||
return map(copy(getbufinfo({'buflisted':1})), 'v:val.bufnr')
|
return map(copy(getbufinfo({'buflisted':1})), 'v:val.bufnr')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
nnoremap <Left> <C-W>h
|
||||||
|
nnoremap <Right> <C-W>l
|
||||||
|
nnoremap <Up> <C-W>k
|
||||||
|
nnoremap <Down> <C-W>j
|
||||||
"}
|
"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user