Recently I started to use & favor urxvt
due to its vast amount of options and because of the transparency feature.
Unfortunately, some key mapping in Vim
do not work in urxvt
.
For example, I have mapped Ctrl + Up/Down
and Shift + Up/Down
to 5 respectively 10 lines up/down movement or Ctrl + Left/Right
to 1 word left/right movement.
These movement commands do work without any problems in xterm
, but they refuse to work in urxvt
: they switch to insert mode and paste a
, b
, c
or d
as input into my vim.
Why does this happen?
I also use zsh
as my shell and mapped Ctrl + Left/Right
to move 1 word left/right in zsh
: this also stopped working in urxvt
(while still working in xterm
).
How can I get urxvt
to correctly map the keys?