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:
@@ -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
|
||||||
"}
|
"}
|
||||||
|
|||||||
Reference in New Issue
Block a user