summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
AgeCommit message (Expand)Author
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andnicm
2020-01-05Common function to free key bindings.nicm
2019-12-19When adding a list with multiple commands to the queue, the next item tonicm
2019-12-02Remove client menu, I don't think it adds anything.nicm
2019-11-26Add default # and * binding with vi(1) keys.nicm
2019-11-20Do not check the client readonly flag when there is no client, GitHub issue 1...nicm
2019-09-18Up and Down are already used, use < and > instead.nicm
2019-09-16Change menu key bindings to Up and Down and also close it on any mousenicm
2019-09-10Set up format tree for %if, GitHub issue 1896.nicm
2019-05-28Change the default right click pane to open the menu if not in a modenicm
2019-05-28Add key bindings to open the window and pane menus (C-m and M-m for now).nicm
2019-05-28Allow menu items to be disabled by putting a - at the start of theirnicm
2019-05-28Change display-menu from taking a single string to a set of arguments,nicm
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-12Add simple menus to tree, client, buffer modes.nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-09send-keys also needs to insert key commands in the right order.nicm
2019-04-29Add support for keys to jump between matching brackets - C-M-f and C-M-bnicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-20Add -Z to find-window as well.nicm
2018-08-02Make key trees and some other bits static.nicm
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2017-11-15Add a common function for spreading out cells and use it for the twonicm
2017-10-05Add -- to some key bindings so leading -s work.nicm
2017-09-08When removing a key table clear it out of clients, fixes issue withnicm
2017-06-09Use brackets around prompts which looks better and matches the other modes.nicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-30Preserve search string when entering prompt again.nicm
2017-05-10Insert copy mode bindings at the right place in the command queue.nicm
2017-05-07Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm
2017-04-21Key needs to be initialized to zero now it has flags in it.nicm
2017-04-21Store state shared between multiple commands in the queue in a sharednicm
2017-04-05Add Home and End for copy mode.nicm
2017-02-06Cancel key table when switching session, unless the key is going tonicm
2017-01-24Add support for custom command aliases, this is an array option whichnicm
2017-01-16Revert WIP parts of previous I didn't mean to commit yet.nicm
2017-01-16getopt() has a struct option so just return to using options_entry.nicm
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldnicm
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