Age | Commit message (Expand) | Author |
2021-06-10 | Add another couple of keys needed for extended keys, GitHub issue 2658. | Nicholas Marriott |
2020-10-13 | Fix note for "previous-window" default key binding, from Sebastian | Nicholas Marriott |
2020-09-08 | Allow -N without a command to change or add a note to an existing key. | Nicholas Marriott |
2020-06-16 | d and D keys to reset to default in customize mode. | Nicholas Marriott |
2020-06-03 | Make paste -p the default for ], GitHub issue 2248. | Nicholas Marriott |
2020-05-20 | Fix a couple more places where the key flags need to be masked off. | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Add a mark in copy mode. Set with set-mark command (bound to 'X') by | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Add -W and -T flags to command-prompt to only complete a window and a | Nicholas Marriott |
2020-04-17 | Add a copy-command option and change copy-pipe and friends to pipe to it | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | Nicholas Marriott |
2020-04-13 | Move cmdq_state into cmd-queue.c. | Nicholas Marriott |
2020-04-13 | Rename cmdq_shared to cmdq_state which will better reflect what it is | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-04-06 | Change copy mode to make copy of the pane history so it does not need to | Nicholas Marriott |
2020-04-02 | Add a W position to display-menu -y to use the line above (or below) the | Nicholas Marriott |
2020-03-20 | Apply same menu items to view mode like copy mode. | Nicholas Marriott |
2020-03-20 | Similarly, disable zoom if only one pane. | Nicholas Marriott |
2020-03-20 | Put swap down back in the right place. | Nicholas Marriott |
2020-03-20 | Disable swap entries if nothing to swap with. | Nicholas Marriott |
2020-03-20 | Still want the per-mode menus outside copy mode. | Nicholas Marriott |
2020-03-20 | Oops, typo in key binding. | Nicholas Marriott |
2020-03-20 | Make the mouse_word and mouse_line formats work in copy mode and enable | Nicholas Marriott |
2020-03-12 | Tidy up the default mouse key bindings and: | Nicholas Marriott |
2020-01-27 | Add support for adding a note to a key binding (with bind-key -N) and | Nicholas Marriott |
2020-01-05 | Common function to free key bindings. | Nicholas Marriott |
2019-12-19 | When adding a list with multiple commands to the queue, the next item to | Nicholas Marriott |
2019-12-02 | Remove client menu, I don't think it adds anything. | Nicholas Marriott |
2019-11-26 | Add default # and * binding with vi(1) keys. | Nicholas Marriott |
2019-11-20 | Do not check the client readonly flag when there is no client, GitHub issue 1... | Nicholas Marriott |
2019-09-18 | Up and Down are already used, use < and > instead. | Nicholas Marriott |
2019-09-16 | Change menu key bindings to Up and Down and also close it on any mouse | Nicholas Marriott |
2019-09-10 | Set up format tree for %if, GitHub issue 1896. | Nicholas Marriott |
2019-05-28 | Change the default right click pane to open the menu if not in a mode | Nicholas Marriott |
2019-05-28 | Add key bindings to open the window and pane menus (C-m and M-m for now). | Nicholas Marriott |
2019-05-28 | Allow menu items to be disabled by putting a - at the start of their | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-27 | Add an additional {} syntax for defining strings in the configuration | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-05-10 | Add support for simple menus usable with mouse or keyboard. New command | Nicholas Marriott |
2019-05-09 | send-keys also needs to insert key commands in the right order. | Nicholas Marriott |
2019-04-29 | Add support for keys to jump between matching brackets - C-M-f and C-M-b | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-08-20 | Add -Z to find-window as well. | Nicholas Marriott |
2018-08-02 | Make key trees and some other bits static. | Nicholas Marriott |
2018-02-28 | Add -Z flag to choose-tree, choose-client, choose-buffer to | Nicholas Marriott |
2017-11-15 | Add a common function for spreading out cells and use it for the two | Nicholas Marriott |