aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
Commit message (Expand)AuthorAge
* Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott2009-10-06
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott2009-08-25
* The cursession member in struct cmd_ctx is always either curclient->session orNicholas Marriott2009-08-23
* Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott2009-07-24
* Tidy up keys: use an enum for the key codes, and remove the macros which justNicholas Marriott2009-07-21
* Improved layout code.Nicholas Marriott2009-07-19
* - New command display-message (alias display) to display a message in theNicholas Marriott2009-07-17
* Remove a duplicate key binding, and turn off autorepeat for up/down as it isNicholas Marriott2009-07-17
* Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott2009-07-15
* Creating a key binding which replaces itself (such as "bind x bind x lsw")Nicholas Marriott2009-07-12
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01