Howdy!

I'm trying to bind some Shift- and Alt- keys using the bind-key command.

I've found the helpful S- and M- prefixes, which is quite handy and nice.

It seems, though, that my terminal (gnome-terminal) sets TERM=xterm,
but some key sequences (such as Shift-F2) differ slightly between
gnome-terminal and xterm.

In any case, if I check the actual keycode for something like Shift-F2
using cat >/dev/null, I get:
^[O1;2Q

Weird, yeah, I know.

So, in screenrc, I could still bind to this sequence easily enough with:

bindkey "^[O1;2Q" split

I'd love to be able to do the same with tmux.  Something like:
bind-key -n "^[O1;2Q" split-window -v

Is there any way of accomplishing this behavior?

Thanks!
-- 
:-Dustin

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to