Closed sQVe closed 6 years ago
(Is that Ctrl-W
followed by <Left>
? Does that even work in vim? I can't seem to do it.)
You can use <Up>
, <Left>
, <Right>
, <Down>
. Some examples:
:nmap <Up> /help
:nmap <M-Up> /help
@GermainZ It does work in neovim
atleast. You're correct in that I would like to bind Ctrl-W + <Left>
.
:nmap <C-W><Left> /cmd
should work (both in vim in weechat-vimode). :)
Quick question. Is is possible to bind arrow keys, for example
^W-Left
? If so, how?