diff options
Diffstat (limited to 'mappings.vim')
| -rw-r--r-- | mappings.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mappings.vim b/mappings.vim index b777216..4d0e092 100644 --- a/mappings.vim +++ b/mappings.vim @@ -209,4 +209,9 @@ endfunction function! s:GetBufNums() abort return map(copy(getbufinfo({'buflisted':1})), 'v:val.bufnr') endfunction + +nnoremap <Left> <C-W>h +nnoremap <Right> <C-W>l +nnoremap <Up> <C-W>k +nnoremap <Down> <C-W>j "} |
