CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/09/22 06:38:11
Modified files:
usr.bin/tmux : cmd-send-prefix.c cmd-set-option.c
cmd-set-window-option.c options-cmd.c options.c
server.c tmux.1 tmux.c tmux.h
Log message:
Permit multiple prefix keys to be defined, separated by commas, for example:
set -g prefix ^a,^b
Any key in the list acts as the prefix. The send-prefix command always sends
the first key in the list.
