summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
AgeCommit message (Expand)Author
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
2010-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-03-15Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott
2010-02-08Sync OpenBSD patchset 639:Tiago Cunha
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott
2009-12-10Sync OpenBSD patchset 585:Tiago Cunha
2009-12-10Add "server options" which are server-wide and not bound to a session orNicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-19Sync OpenBSD patchset 546:Tiago Cunha
2009-11-18Add a per-client log of status line messages displayed while that clientNicholas Marriott
2009-11-13Sync OpenBSD patchset 533:Tiago Cunha
2009-11-13Zap unused functions, prompted by deraadt.Nicholas Marriott
2009-10-06Sync OpenBSD patchset 362:Tiago Cunha