I have since quite some time had a special setup for using C-Tab and
C-S-Tab to flip between tmux windows. In the latest git, this does not
work anymore. I see that things have changed concerning xterm keys...
but that option didn't help me.

! These are used in ~/.tmux.conf  C-Tab, C-S-Tab
URxvt*keysym.C-Tab: \033[27;5;9~
URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~

~/.tmux.conf:
# In ~/.Xresources, C-Tab and C-S-Tab in URxvt is set
# to generate ^[[27;5;9~ and ^[[27;6;9~ respectively.
set -g terminal-overrides "*:kf19=\e[27;5;9~,*:kf20=\e[27;6;9~"
# Bind without need for prefix (-n), and then allow
# for sending it to the app if it IS prefixed
bind -n F19 last-window
bind -n F20 next-window
bind F19 send-key "\e[27;5;9~"
bind F20 send-key "\e[27;6;9~"



------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to