neovim: add quick split-switching binds
This commit is contained in:
parent
b42f7c1ee6
commit
300134b720
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@
|
|||
" various aliases
|
||||
nnoremap <c-h> :NERDTreeToggle
|
||||
nnoremap <leader>rs :source $MYVIMRC<CR>
|
||||
nnoremap <C-H> <C-W>h
|
||||
nnoremap <C-J> <C-W>j
|
||||
nnoremap <C-K> <C-W>k
|
||||
nnoremap <C-L> <C-W>l
|
||||
nmap <leader>rn <Plug>(coc-rename)
|
||||
command! -nargs=0 Sw w !doas tee % > /dev/null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue