summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/key-bindings.c
AgeCommit message (Expand)Author
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer toNicholas Marriott
2017-11-15Add a common function for spreading out cells and use it for the twoNicholas Marriott
2017-10-05Add -- to some key bindings so leading -s work.Nicholas Marriott
2017-09-08When removing a key table clear it out of clients, fixes issue withNicholas Marriott
2017-06-09Use brackets around prompts which looks better and matches the other modes.Nicholas Marriott
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-30Preserve search string when entering prompt again.Nicholas Marriott
2017-05-10Insert copy mode bindings at the right place in the command queue.Nicholas Marriott
2017-05-07Up to now, tmux sees \033\033[OA as M-Up and since we turned onNicholas Marriott
2017-04-21Key needs to be initialized to zero now it has flags in it.Nicholas Marriott
2017-04-21Store state shared between multiple commands in the queue in a sharedNicholas Marriott
2017-04-05Add Home and End for copy mode.Nicholas Marriott
2017-02-06Cancel key table when switching session, unless the key is going toNicholas Marriott
2017-01-24Add support for custom command aliases, this is an array option whichNicholas Marriott
2017-01-16Revert WIP parts of previous I didn't mean to commit yet.Nicholas Marriott
2017-01-16getopt() has a struct option so just return to using options_entry.Nicholas Marriott
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldNicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2016-12-07Make prefix work in all tables (except the prefix table). Users who wantNicholas Marriott
2016-11-24Fix so that we work out the right pane from mouse events - we were doingNicholas Marriott
2016-11-23For mouse keys, use the mouse pane as the default current pane.Nicholas Marriott
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisNicholas Marriott
2016-10-19Do not have a default binding for C-b in copy-mode-vi or it conflictsNicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-16Rewrite command queue handling. Each client still has a command queue,Nicholas Marriott
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tNicholas Marriott
2016-10-11Support double and triple clicks (they are cumulative, so double isNicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott
2016-03-01Remove some more unused variables, and use RB_FOREACH_SAFE inNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-11-12Support UTF-8 key bindings by expanding the key type from int toNicholas Marriott
2015-11-05Pass through right click if mouse is on, from Patrick Palka.Nicholas Marriott
2015-10-27Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.Nicholas Marriott
2015-10-26Default bindings for mouse wheel on status line to change window (likeNicholas Marriott
2015-10-21By popular demand add a default binding for mouse wheel up to scrollNicholas Marriott
2015-06-05Make it so that if a window or session target is prefixed with an =,Nicholas Marriott
2015-06-04Add support for a single "marked pane". There is one marked pane in theNicholas Marriott
2015-05-07Style spacing nits.Nicholas Marriott
2015-04-25Fix some char* -> char *.Nicholas Marriott
2015-04-21Bind mouse dragging so that it is passed through to applications if theyNicholas Marriott
2015-04-20Support for multiple key tables to commands to be bound to sequences ofNicholas Marriott
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingNicholas Marriott
2014-10-22Fix some spacing nits.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepNicholas Marriott
2014-04-17Remove the "info" message mechanism, this was only used for about fiveNicholas Marriott
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