So, it seems that these two lines in .Xresources are still needed
>> URxvt*keysym.C-Tab: \033[27;5;9~
>> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~

But in .tmux.conf this is now enough
>> bind -n C-Tab last-window
>> bind -n C-S-Tab next-window

At least for urxvt, which I am running. So tmux is able to somehow pick
up these my keysyms. If I run xterm, with no special settings, C-Tab
works, but C-S-Tab falls through to the application; emacs picks it up
as "Backtab".

No question really, glad it works for me now in urxvt.






------------------------------------------------------------------------------
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