I use vim in ConEmu. And I want to use Ctrl+PageDown
and Ctrl+PageUp
to switch through the tab pages.
I cancelled Ctrl+PageDown
and Ctrl+PageUp
in Hotkey list, and tried GuiMacro like print()
and keys()
. But vim can't get my key bindings.
How can I pass Ctrl-PageDown
or other key bindings properly to vim?
Asked
Active
Viewed 206 times
2

Edward
- 5,942
- 4
- 38
- 55

user3656207
- 41
- 1
- 3
-
What do you do to check these keypresses? – Maximus Apr 27 '15 at 10:13
-
@Maximus I have the same problem as OP. The shortcut Ctrl+PageUp is bind to scrolling down in ConEmu. I disabled that and then in the console I now receive `5~` which in vim leads to apply tilde command 5 times (turning lower case to upper case). The mapping I use for vim is `noremap
:tabnext – kap Aug 26 '16 at 15:02`