summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
AgeCommit message (Expand)Author
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-29Merge branch 'obsd-master'Thomas Adam
2014-10-22Fix some spacing nits.nicm
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-06-20Merge branch 'obsd-master'Thomas Adam
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepnicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Remove the "info" message mechanism, this was only used for about fivenicm
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Need to set clients in context before changing their reference count.Nicholas Marriott
2013-03-22Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-18Remove unnecessary initializers of cmd_ctx.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2013-01-17Merge branch 'obsd-master'Thomas Adam
2013-01-17Remove the layout undo/redo code which never really worked.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1146:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-08Add choose-tree command to show windows and sessions in the sameNicholas Marriott
2012-06-18Sync OpenBSD patchset 1136:Tiago Cunha
2012-06-18Add a couple of NULL pointer checks to key binding functions, fromNicholas Marriott
2012-04-10Sync OpenBSD patchset 1084:Tiago Cunha
2012-04-01Add a layout history which can be stepped through with select-layout -uNicholas Marriott
2012-01-21Sync OpenBSD patchset 1008:Tiago Cunha
2012-01-21Use RB trees not SPLAY.Nicholas Marriott
2011-07-04Sync OpenBSD patchset 928:Tiago Cunha
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-12-11Track the last session for a client and add a flag to switch-client andNicholas Marriott
2010-10-24Sync OpenBSD patchset 780:Tiago Cunha
2010-10-23Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott
2010-09-10Sync OpenBSD patchset 759:Tiago Cunha
2010-09-08Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott
2010-07-02Sync OpenBSD patchset 727:Tiago Cunha
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott
2010-06-22Sync OpenBSD patchset 726:Tiago Cunha
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2010-05-14Sync OpenBSD patchset 697:Tiago Cunha
2010-05-14Sync OpenBSD patchset 688:Tiago Cunha
2010-05-05Identical behaviour to select-prompt can now be obtained withNicholas Marriott
2010-04-25Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott
2010-04-06Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott
2010-04-05Merge output (more) and copy modes into one single mode (called copy).Micah Cowan