summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/key-bindings.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change copy mode to make copy of the pane history so it does not need tonicm2020-04-061-1/+3
* Add a W position to display-menu -y to use the line above (or below) thenicm2020-04-021-4/+4
* Apply same menu items to view mode like copy mode.nicm2020-03-201-5/+5
* Similarly, disable zoom if only one pane.nicm2020-03-201-2/+2
* Put swap down back in the right place.nicm2020-03-201-2/+2
* Disable swap entries if nothing to swap with.nicm2020-03-201-5/+5
* Still want the per-mode menus outside copy mode.nicm2020-03-201-2/+2
* Oops, typo in key binding.nicm2020-03-201-2/+2
* Make the mouse_word and mouse_line formats work in copy mode and enablenicm2020-03-201-5/+8
* Tidy up the default mouse key bindings and:nicm2020-03-121-14/+46
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-271-83/+87
* Common function to free key bindings.nicm2020-01-051-21/+18
* When adding a list with multiple commands to the queue, the next item tonicm2019-12-191-3/+3
* Remove client menu, I don't think it adds anything.nicm2019-12-021-8/+1
* Add default # and * binding with vi(1) keys.nicm2019-11-261-1/+3
* Do not check the client readonly flag when there is no client, GitHub issue 1980.nicm2019-11-201-6/+10
* Up and Down are already used, use < and > instead.nicm2019-09-181-3/+3
* Change menu key bindings to Up and Down and also close it on any mousenicm2019-09-161-3/+3
* Set up format tree for %if, GitHub issue 1896.nicm2019-09-101-2/+1
* Change the default right click pane to open the menu if not in a modenicm2019-05-281-2/+2
* Add key bindings to open the window and pane menus (C-m and M-m for now).nicm2019-05-281-45/+53
* Allow menu items to be disabled by putting a - at the start of theirnicm2019-05-281-3/+3
* Change display-menu from taking a single string to a set of arguments,nicm2019-05-281-5/+46
* Add an additional {} syntax for defining strings in the configurationnicm2019-05-271-7/+7
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-231-8/+7
* Add simple menus to tree, client, buffer modes.nicm2019-05-121-3/+3
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-101-1/+6
* send-keys also needs to insert key commands in the right order.nicm2019-05-091-2/+3
* Add support for keys to jump between matching brackets - C-M-f and C-M-bnicm2019-04-291-1/+4
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-1/+6
* Add -Z to find-window as well.nicm2018-08-201-2/+2
* Make key trees and some other bits static.nicm2018-08-021-8/+43
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-281-5/+5
* Add a common function for spreading out cells and use it for the twonicm2017-11-151-1/+2
* Add -- to some key bindings so leading -s work.nicm2017-10-051-4/+4
* When removing a key table clear it out of clients, fixes issue withnicm2017-09-081-1/+6
* Use brackets around prompts which looks better and matches the other modes.nicm2017-06-091-33/+33
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-3/+3
* Preserve search string when entering prompt again.nicm2017-05-301-3/+3
* Insert copy mode bindings at the right place in the command queue.nicm2017-05-101-8/+11
* Up to now, tmux sees \033\033[OA as M-Up and since we turned onnicm2017-05-071-3/+3
* Key needs to be initialized to zero now it has flags in it.nicm2017-04-211-2/+2
* Store state shared between multiple commands in the queue in a sharednicm2017-04-211-4/+6
* Add Home and End for copy mode.nicm2017-04-051-1/+3
* Cancel key table when switching session, unless the key is going tonicm2017-02-061-5/+9
* Add support for custom command aliases, this is an array option whichnicm2017-01-241-2/+2
* Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-161-2/+2
* getopt() has a struct option so just return to using options_entry.nicm2017-01-161-2/+2
* It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-151-5/+3
* Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-061-33/+33