How can I remap Ctrl-ArrowKeys
to move between split buffers, like I can with <C-w> <ArrowKeys>
?
Right now <C-Right>
deletes until the end of line and goes into insert mode - which is not what i prefer (I use C
for this) and would be happy to get rid of this behavior.
nnoremap <silent> <C-Right> <c-w>l
nnoremap <silent> <C-Left> <c-w>h
nnoremap <silent> <C-Up> <c-w>k
nnoremap <silent> <C-Down> <c-w>j
It must be said that not all mappings work on all terminal, so you mileage may vary. This is working well with gvim.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With