I'm on a mac using terminal, SSH to a linux box, which runs tmux - it's my jump 
point.  I'm trying to find out a way to get the function keys to work properly 
so I can bind them to switch between sessions.

bind -n F1 switchc -t0
bind -n F2 switchc -tWork

# session initialization
new -s0
neww -d
 
new -sWork
set -tWork status-bg cyan
neww -d


No dice though.  Terminal barks.  Any ideas?

Thanks in advance. 
- Erik




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to