| Commit message (Expand) | Author | Age | Files | Lines |
* | Change copy mode to make copy of the pane history so it does not need to |  nicm | 2020-04-06 | 1 | -1/+3 |
* | Add a W position to display-menu -y to use the line above (or below) the |  nicm | 2020-04-02 | 1 | -4/+4 |
* | Apply same menu items to view mode like copy mode. |  nicm | 2020-03-20 | 1 | -5/+5 |
* | Similarly, disable zoom if only one pane. |  nicm | 2020-03-20 | 1 | -2/+2 |
* | Put swap down back in the right place. |  nicm | 2020-03-20 | 1 | -2/+2 |
* | Disable swap entries if nothing to swap with. |  nicm | 2020-03-20 | 1 | -5/+5 |
* | Still want the per-mode menus outside copy mode. |  nicm | 2020-03-20 | 1 | -2/+2 |
* | Oops, typo in key binding. |  nicm | 2020-03-20 | 1 | -2/+2 |
* | Make the mouse_word and mouse_line formats work in copy mode and enable |  nicm | 2020-03-20 | 1 | -5/+8 |
* | Tidy up the default mouse key bindings and: |  nicm | 2020-03-12 | 1 | -14/+46 |
* | Add support for adding a note to a key binding (with bind-key -N) and |  nicm | 2020-01-27 | 1 | -83/+87 |
* | Common function to free key bindings. |  nicm | 2020-01-05 | 1 | -21/+18 |
* | When adding a list with multiple commands to the queue, the next item to |  nicm | 2019-12-19 | 1 | -3/+3 |
* | Remove client menu, I don't think it adds anything. |  nicm | 2019-12-02 | 1 | -8/+1 |
* | Add default # and * binding with vi(1) keys. |  nicm | 2019-11-26 | 1 | -1/+3 |
* | Do not check the client readonly flag when there is no client, GitHub issue 1980. |  nicm | 2019-11-20 | 1 | -6/+10 |
* | Up and Down are already used, use < and > instead. |  nicm | 2019-09-18 | 1 | -3/+3 |
* | Change menu key bindings to Up and Down and also close it on any mouse |  nicm | 2019-09-16 | 1 | -3/+3 |
* | Set up format tree for %if, GitHub issue 1896. |  nicm | 2019-09-10 | 1 | -2/+1 |
* | Change the default right click pane to open the menu if not in a mode |  nicm | 2019-05-28 | 1 | -2/+2 |
* | Add key bindings to open the window and pane menus (C-m and M-m for now). |  nicm | 2019-05-28 | 1 | -45/+53 |
* | Allow menu items to be disabled by putting a - at the start of their |  nicm | 2019-05-28 | 1 | -3/+3 |
* | Change display-menu from taking a single string to a set of arguments, |  nicm | 2019-05-28 | 1 | -5/+46 |
* | Add an additional {} syntax for defining strings in the configuration |  nicm | 2019-05-27 | 1 | -7/+7 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single |  nicm | 2019-05-23 | 1 | -8/+7 |
* | Add simple menus to tree, client, buffer modes. |  nicm | 2019-05-12 | 1 | -3/+3 |
* | Add support for simple menus usable with mouse or keyboard. New command |  nicm | 2019-05-10 | 1 | -1/+6 |
* | send-keys also needs to insert key commands in the right order. |  nicm | 2019-05-09 | 1 | -2/+3 |
* | Add support for keys to jump between matching brackets - C-M-f and C-M-b |  nicm | 2019-04-29 | 1 | -1/+4 |
* | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -1/+6 |
* | Add -Z to find-window as well. |  nicm | 2018-08-20 | 1 | -2/+2 |
* | Make key trees and some other bits static. |  nicm | 2018-08-02 | 1 | -8/+43 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to |  nicm | 2018-02-28 | 1 | -5/+5 |
* | Add a common function for spreading out cells and use it for the two |  nicm | 2017-11-15 | 1 | -1/+2 |
* | Add -- to some key bindings so leading -s work. |  nicm | 2017-10-05 | 1 | -4/+4 |
* | When removing a key table clear it out of clients, fixes issue with |  nicm | 2017-09-08 | 1 | -1/+6 |
* | Use brackets around prompts which looks better and matches the other modes. |  nicm | 2017-06-09 | 1 | -33/+33 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add |  nicm | 2017-05-30 | 1 | -3/+3 |
* | Preserve search string when entering prompt again. |  nicm | 2017-05-30 | 1 | -3/+3 |
* | Insert copy mode bindings at the right place in the command queue. |  nicm | 2017-05-10 | 1 | -8/+11 |
* | Up to now, tmux sees \033\033[OA as M-Up and since we turned on |  nicm | 2017-05-07 | 1 | -3/+3 |
* | Key needs to be initialized to zero now it has flags in it. |  nicm | 2017-04-21 | 1 | -2/+2 |
* | Store state shared between multiple commands in the queue in a shared |  nicm | 2017-04-21 | 1 | -4/+6 |
* | Add Home and End for copy mode. |  nicm | 2017-04-05 | 1 | -1/+3 |
* | Cancel key table when switching session, unless the key is going to |  nicm | 2017-02-06 | 1 | -5/+9 |
* | Add support for custom command aliases, this is an array option which |  nicm | 2017-01-24 | 1 | -2/+2 |
* | Revert WIP parts of previous I didn't mean to commit yet. |  nicm | 2017-01-16 | 1 | -2/+2 |
* | getopt() has a struct option so just return to using options_entry. |  nicm | 2017-01-16 | 1 | -2/+2 |
* | It is silly for cmd_list_parse to return an integer error when it could |  nicm | 2017-01-15 | 1 | -5/+3 |
* | Incremental search in copy mode (on for emacs keys by default) - much |  nicm | 2017-01-06 | 1 | -33/+33 |