aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
Commit message (Expand)AuthorAge
* Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott2013-02-24
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Need to set clients in context before changing their reference count.Nicholas Marriott2013-02-20
* Remove unnecessary initializers of cmd_ctx.Nicholas Marriott2013-02-18
* Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* Merge branch 'obsd-master'Thomas Adam2013-01-17
|\
| * Remove the layout undo/redo code which never really worked.Nicholas Marriott2013-01-17
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Add choose-tree command to show windows and sessions in the sameNicholas Marriott2012-07-08
| * Add a couple of NULL pointer checks to key binding functions, fromNicholas Marriott2012-06-18
| * Add a layout history which can be stepped through with select-layout -uNicholas Marriott2012-04-01
| * Use RB trees not SPLAY.Nicholas Marriott2012-01-21
| * Include the existing window and session name in the prompt when renamingNicholas Marriott2011-07-03
| * Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
| * Track the last session for a client and add a flag to switch-client andNicholas Marriott2010-12-11
| * Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott2010-10-23
| * Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott2010-09-08
| * Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott2010-06-26
| * Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
| * Identical behaviour to select-prompt can now be obtained withNicholas Marriott2010-05-05
| * Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott2010-04-25
| * Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott2010-04-06
| * Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-22
| * Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott2010-02-06
| * Add "server options" which are server-wide and not bound to a session orNicholas Marriott2009-12-10
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
| * Zap unused functions, prompted by deraadt.Nicholas Marriott2009-11-13
| * 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
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1146:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1136:Tiago Cunha2012-06-18
* Sync OpenBSD patchset 1084:Tiago Cunha2012-04-10
* Sync OpenBSD patchset 1008:Tiago Cunha2012-01-21
* Sync OpenBSD patchset 928:Tiago Cunha2011-07-04
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Track the last session for a client and add a flag to switch-client andNicholas Marriott2010-12-11
* Sync OpenBSD patchset 780:Tiago Cunha2010-10-24
* Sync OpenBSD patchset 759:Tiago Cunha2010-09-10