CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/20 09:34:56
Modified files:
usr.bin/tmux : cmd-bind-key.c cmd-list-keys.c
cmd-switch-client.c cmd-unbind-key.c format.c
key-bindings.c server-client.c tmux.1 tmux.h
Log message:
Support for multiple key tables to commands to be bound to sequences of
keys. The default key bindings become the "prefix" table and -n the
"root" table. Keys may be bound in new tables with bind -T and
switch-client -T used to specify the table in which the next key should
be looked up. Based on a diff from Keith Amling.