aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
Commit message (Expand)AuthorAge
* Support hyperlinks with capture-pane -e and add a mouse_hyperlinknicm2022-07-06
* Add a key in copy mode to toggle position indicator.nicm2022-02-03
* Replace %% in command lists (by copying them) for template arguments ,nicm2021-08-27
* Validate command argument types (string or command list) and give morenicm2021-08-25
* Fix a few memory leaks.nicm2021-08-23
* Use new syntax for default key bindings.nicm2021-08-21
* Add pipe variants of the line copy commands. While here make the commandnicm2021-08-11
* Change copy-line and copy-end-of-line not to cancel and add -and-cancelnicm2021-08-09
* Add -F for command-prompt and use it to fix "Rename" on the window menu,nicm2021-06-10
* Add different command historys for different types of promptsnicm2021-06-10
* Add another couple of keys needed for extended keys, GitHub issue 2658.nicm2021-06-10
* Fix note for "previous-window" default key binding, from Sebastiannicm2020-10-13
* Allow -N without a command to change or add a note to an existing key.nicm2020-09-08
* d and D keys to reset to default in customize mode.nicm2020-06-16
* Make paste -p the default for ], GitHub issue 2248.nicm2020-06-03
* Fix a couple more places where the key flags need to be masked off.nicm2020-05-20
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-16
* Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm2020-05-16
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Add -W and -T flags to command-prompt to only complete a window and anicm2020-05-16
* Add a copy-command option and change copy-pipe and friends to pipe to itnicm2020-04-17
* When adding a list of commands to the queue, instead of automaticallynicm2020-04-13
* Move cmdq_state into cmd-queue.c.nicm2020-04-13
* Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* Change copy mode to make copy of the pane history so it does not need tonicm2020-04-06
* Add a W position to display-menu -y to use the line above (or below) thenicm2020-04-02
* Apply same menu items to view mode like copy mode.nicm2020-03-20
* Similarly, disable zoom if only one pane.nicm2020-03-20
* Put swap down back in the right place.nicm2020-03-20
* Disable swap entries if nothing to swap with.nicm2020-03-20
* Still want the per-mode menus outside copy mode.nicm2020-03-20
* Oops, typo in key binding.nicm2020-03-20
* Make the mouse_word and mouse_line formats work in copy mode and enablenicm2020-03-20
* Tidy up the default mouse key bindings and:nicm2020-03-12
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-27
* Common function to free key bindings.nicm2020-01-05
* When adding a list with multiple commands to the queue, the next item tonicm2019-12-19
* Remove client menu, I don't think it adds anything.nicm2019-12-02
* Add default # and * binding with vi(1) keys.nicm2019-11-26
* Do not check the client readonly flag when there is no client, GitHub issue 1...nicm2019-11-20
* Up and Down are already used, use < and > instead.nicm2019-09-18
* Change menu key bindings to Up and Down and also close it on any mousenicm2019-09-16
* Set up format tree for %if, GitHub issue 1896.nicm2019-09-10
* 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