Nicholas Marriott <n...@cvs.openbsd.org> wrote on Fri 24.Jul'09 at 8:52:47 -0600
> CVSROOT: /cvs > Module name: src > Changes by: n...@cvs.openbsd.org 2009/07/24 08:52:47 > > Modified files: > usr.bin/tmux : cmd-bind-key.c cmd-list-keys.c cmd-unbind-key.c > key-bindings.c server.c tmux.1 tmux.h > > Log message: > Permit commands to be bound to key presses without the prefix key first. The > new -n flag to bind-key and unbind-key sets or removes these bindings, and > list-key shows them in []s. This is awsome. Thanks!