Age | Commit message (Expand) | Author |
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 |
2017-10-05 | Add -- to some key bindings so leading -s work. | Nicholas Marriott |
2017-09-08 | When removing a key table clear it out of clients, fixes issue with | Nicholas Marriott |
2017-06-09 | Use brackets around prompts which looks better and matches the other modes. | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-30 | Preserve search string when entering prompt again. | Nicholas Marriott |
2017-05-10 | Insert copy mode bindings at the right place in the command queue. | Nicholas Marriott |
2017-05-07 | Up to now, tmux sees \033\033[OA as M-Up and since we turned on | Nicholas Marriott |
2017-04-21 | Key needs to be initialized to zero now it has flags in it. | Nicholas Marriott |
2017-04-21 | Store state shared between multiple commands in the queue in a shared | Nicholas Marriott |
2017-04-05 | Add Home and End for copy mode. | Nicholas Marriott |
2017-02-06 | Cancel key table when switching session, unless the key is going to | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-16 | Revert WIP parts of previous I didn't mean to commit yet. | Nicholas Marriott |
2017-01-16 | getopt() has a struct option so just return to using options_entry. | Nicholas Marriott |
2017-01-15 | It is silly for cmd_list_parse to return an integer error when it could | Nicholas Marriott |
2017-01-06 | Incremental search in copy mode (on for emacs keys by default) - much | Nicholas Marriott |
2016-12-07 | Make prefix work in all tables (except the prefix table). Users who want | Nicholas Marriott |
2016-11-24 | Fix so that we work out the right pane from mouse events - we were doing | Nicholas Marriott |
2016-11-23 | For mouse keys, use the mouse pane as the default current pane. | Nicholas Marriott |
2016-10-21 | Add %%% to substitute with quotes escaped (convert " to \"). Use this | Nicholas Marriott |
2016-10-19 | Do not have a default binding for C-b in copy-mode-vi or it conflicts | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-12 | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | Nicholas Marriott |
2016-10-11 | Support double and triple clicks (they are cumulative, so double is | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-03-01 | Remove some more unused variables, and use RB_FOREACH_SAFE in | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |