aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
Commit message (Expand)AuthorAge
* Change the default right click pane to open the menu if not in a modenicm2019-05-28
* Add key bindings to open the window and pane menus (C-m and M-m for now).nicm2019-05-28
* Allow menu items to be disabled by putting a - at the start of theirnicm2019-05-28
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-28
* Add an additional {} syntax for defining strings in the configurationnicm2019-05-27
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Add simple menus to tree, client, buffer modes.nicm2019-05-12
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-10
* send-keys also needs to insert key commands in the right order.nicm2019-05-09
* Add support for keys to jump between matching brackets - C-M-f and C-M-bnicm2019-04-29
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Add -Z to find-window as well.nicm2018-08-20
* Make key trees and some other bits static.nicm2018-08-02
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
* Add a common function for spreading out cells and use it for the twonicm2017-11-15
* Add -- to some key bindings so leading -s work.nicm2017-10-05
* When removing a key table clear it out of clients, fixes issue withnicm2017-09-08
* Use brackets around prompts which looks better and matches the other modes.nicm2017-06-09
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* Preserve search string when entering prompt again.nicm2017-05-30
* Insert copy mode bindings at the right place in the command queue.nicm2017-05-10
* Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm2017-05-07
* Key needs to be initialized to zero now it has flags in it.nicm2017-04-21
* Store state shared between multiple commands in the queue in a sharednicm2017-04-21
* Add Home and End for copy mode.nicm2017-04-05
* Cancel key table when switching session, unless the key is going tonicm2017-02-06
* Add support for custom command aliases, this is an array option whichnicm2017-01-24
* Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-16
* getopt() has a struct option so just return to using options_entry.nicm2017-01-16
* It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-15
* Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-06
* Make prefix work in all tables (except the prefix table). Users who wantnicm2016-12-07
* Fix so that we work out the right pane from mouse events - we were doingnicm2016-11-24
* For mouse keys, use the mouse pane as the default current pane.nicm2016-11-23
* Add %%% to substitute with quotes escaped (convert " to \"). Use thisnicm2016-10-21
* Do not have a default binding for C-b in copy-mode-vi or it conflictsnicm2016-10-19
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm2016-10-12
* Support double and triple clicks (they are cumulative, so double isnicm2016-10-11
* Fundamental change to how copy mode key bindings work:nicm2016-10-11
* Remove some more unused variables, and use RB_FOREACH_SAFE innicm2016-03-01
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* Pass through right click if mouse is on, from Patrick Palka.nicm2015-11-05
* Use copy-mode -et= in WheelUpPane binding, from Patrick Palka.nicm2015-10-27
* Default bindings for mouse wheel on status line to change window (likenicm2015-10-26
* By popular demand add a default binding for mouse wheel up to scrollnicm2015-10-21
* Make it so that if a window or session target is prefixed with an =,nicm2015-06-05
* Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04