| Commit message (Expand) | Author | Age |
| * | Cancel key table when switching session, unless the key is going to | nicm | 2017-02-06 |
| * | Add support for custom command aliases, this is an array option which | nicm | 2017-01-24 |
| * | Revert WIP parts of previous I didn't mean to commit yet. | nicm | 2017-01-16 |
| * | getopt() has a struct option so just return to using options_entry. | nicm | 2017-01-16 |
| * | It is silly for cmd_list_parse to return an integer error when it could | nicm | 2017-01-15 |
| * | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 |
| * | Make prefix work in all tables (except the prefix table). Users who want | nicm | 2016-12-07 |
| * | Fix so that we work out the right pane from mouse events - we were doing | nicm | 2016-11-24 |
| * | For mouse keys, use the mouse pane as the default current pane. | nicm | 2016-11-23 |
| * | Add %%% to substitute with quotes escaped (convert " to \"). Use this | nicm | 2016-10-21 |
| * | Do not have a default binding for C-b in copy-mode-vi or it conflicts | nicm | 2016-10-19 |
| * | Mass rename struct cmd_q to struct cmdq_item and related. | nicm | 2016-10-16 |
| * | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
| * | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | nicm | 2016-10-12 |
| * | Support double and triple clicks (they are cumulative, so double is | nicm | 2016-10-11 |
| * | Fundamental change to how copy mode key bindings work: | nicm | 2016-10-11 |
| * | Remove some more unused variables, and use RB_FOREACH_SAFE in | nicm | 2016-03-01 |
| * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| * | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
| * | Pass through right click if mouse is on, from Patrick Palka. | nicm | 2015-11-05 |
| * | Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. | nicm | 2015-10-27 |
| * | Default bindings for mouse wheel on status line to change window (like | nicm | 2015-10-26 |
| * | By popular demand add a default binding for mouse wheel up to scroll | nicm | 2015-10-21 |
| * | Make it so that if a window or session target is prefixed with an =, | nicm | 2015-06-05 |
| * | Add support for a single "marked pane". There is one marked pane in the | nicm | 2015-06-04 |
| * | Style spacing nits. | nicm | 2015-05-07 |
| * | Fix some char* -> char *. | nicm | 2015-04-25 |
| * | Bind mouse dragging so that it is passed through to applications if they | nicm | 2015-04-21 |
| * | Support for multiple key tables to commands to be bound to sequences of | nicm | 2015-04-20 |
| * | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
| * | Fix some spacing nits. | nicm | 2014-10-22 |
| * | Instead of setting up the default keys by building the key struct | nicm | 2014-10-20 |
| * | Now that cmdlists are reference counted, there is no need for two-step | nicm | 2014-05-14 |
| * | Remove the "info" message mechanism, this was only used for about five | nicm | 2014-04-17 |
| * | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott | 2013-03-24 |
| * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
| * | Need to set clients in context before changing their reference count. | Nicholas Marriott | 2013-03-22 |
| * | Remove unnecessary initializers of cmd_ctx. | Nicholas Marriott | 2013-03-22 |
| * | Remove the layout undo/redo code which never really worked. | Nicholas Marriott | 2013-01-17 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott | 2012-07-08 |
| * | Add a couple of NULL pointer checks to key binding functions, from | Nicholas Marriott | 2012-06-18 |
| * | Add a layout history which can be stepped through with select-layout -u | Nicholas Marriott | 2012-04-01 |
| * | Use RB trees not SPLAY. | Nicholas Marriott | 2012-01-21 |
| * | Include the existing window and session name in the prompt when renaming | Nicholas Marriott | 2011-07-03 |
| * | Clean up and simplify tmux command argument parsing. | Nicholas Marriott | 2011-01-04 |
| * | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott | 2010-12-11 |
| * | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott | 2010-10-23 |
| * | Add -n and -p flags to switch-client to move to the next and previous | Nicholas Marriott | 2010-09-08 |
| * | Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed | Nicholas Marriott | 2010-06-26 |