summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
AgeCommit message (Expand)Author
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchnicm
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantnicm
2016-11-24Fix so that we work out the right pane from mouse events - we were doingnicm
2016-11-23For mouse keys, use the mouse pane as the default current pane.nicm
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm
2016-10-19Do not have a default binding for C-b in copy-mode-vi or it conflictsnicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm
2016-10-11Support double and triple clicks (they are cumulative, so double isnicm
2016-10-11Fundamental change to how copy mode key bindings work:nicm
2016-03-01Remove some more unused variables, and use RB_FOREACH_SAFE innicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-11-05Pass through right click if mouse is on, from Patrick Palka.nicm
2015-10-27Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.nicm
2015-10-26Default bindings for mouse wheel on status line to change window (likenicm
2015-10-21By popular demand add a default binding for mouse wheel up to scrollnicm
2015-06-05Make it so that if a window or session target is prefixed with an =,nicm
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2015-05-07Style spacing nits.nicm
2015-04-25Fix some char* -> char *.nicm
2015-04-21Bind mouse dragging so that it is passed through to applications if theynicm
2015-04-20Support for multiple key tables to commands to be bound to sequences ofnicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2014-10-22Fix some spacing nits.nicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepnicm
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-01-17Remove the layout undo/redo code which never really worked.Nicholas Marriott
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-18Add a couple of NULL pointer checks to key binding functions, fromNicholas Marriott
2012-04-01Add a layout history which can be stepped through with select-layout -uNicholas Marriott
2012-01-21Use RB trees not SPLAY.Nicholas Marriott
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
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-10-23Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott
2010-09-08Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
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-03-22Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott