On Sun, 30 Apr 2006, Anton wrote:
On Sun, Apr 30, 2006 at 14:33 +0300, Yakov Lerner wrote:
For me, In virtual terminal on Linux, Ctrl-F1 sends same
sequence as F1. Accordingly, vim responds to Ctrl-F1 as
if I pressed F1.
Yakov
I think the problem is really caused by this. But the binding
:map <C-FX>
doesn't work neither in gnome-terminal nor in aterm.
Nevermind Vim, for Linux terminals (like aterm/xterm/rxvt/virtual
framebuffer terminal), you should be able to just hit Ctrl-V followed by
any keystroke on the command line to see its keycode.
For example, doing Ctrl-V and pressing Enter yields
$ ^M
In the framebuffer terminal, when I hit Ctrl-V followed by Ctrl-F9,
nothing happens. It failed to recognize Ctrl-F9, still waiting for a
keystroke after Ctrl-V.
HTH.
--
Gerald