| Commit message (Expand) | Author | Age |
* | Add a copy-command option and change copy-pipe and friends to pipe to it | nicm | 2020-04-17 |
* | Add support for the iTerm2 sychronized updates escape sequence which | nicm | 2020-04-16 |
* | Change so that the appropriate hooks for windows and panes belong to | nicm | 2020-04-13 |
* | Mention RGB, pointed out by Jody Frankowski. | nicm | 2020-04-12 |
* | Add a -f filter argument to the list commands like choose-tree. | nicm | 2020-04-12 |
* | Clarify a couple of style options. | nicm | 2020-04-12 |
* | Remove unused define, also a man fix from jmc. | nicm | 2020-04-10 |
* | Now that copy mode copies the pane content rather than keeping a | nicm | 2020-04-10 |
* | Mention paste at same place as copy, suggested by John Boyle. | nicm | 2020-04-09 |
* | Restore pane_current_path format from portable tmux, it is no longer | nicm | 2020-04-08 |
* | Change copy mode to make copy of the pane history so it does not need to | nicm | 2020-04-06 |
* | Add an argument to list-commands to show only a single command. | nicm | 2020-04-05 |
* | Add a W position to display-menu -y to use the line above (or below) the | nicm | 2020-04-02 |
* | Performance improvements for regex searching, most notably: | nicm | 2020-04-01 |
* | Add a way to mark environment variables as "hidden" so they can be used | nicm | 2020-03-31 |
* | Add a -T flag to resize-pane to trim lines below the cursor, moving | nicm | 2020-03-31 |
* | Add non-regex search variants to avoid the performance cost for people | nicm | 2020-03-31 |
* | Add a way to mark environment variables as "hidden" so they can be used | nicm | 2020-03-31 |
* | Add a -T flag to resize-pane to trim lines below the cursor, moving | nicm | 2020-03-31 |
* | Add non-regex search variants to avoid the performance cost for people | nicm | 2020-03-31 |
* | Add session_path from Chris Ruegge in GitHub issue 2142. | nicm | 2020-03-31 |
* | Add a "second click" key type which is fired for the second click of a | nicm | 2020-03-31 |
* | Add session_path from Chris Ruegge in GitHub issue 2142. | nicm | 2020-03-31 |
* | Add a "second click" key type which is fired for the second click of a | nicm | 2020-03-31 |
* | Make two -E only close popup automatically if the command exited with 0. | nicm | 2020-03-28 |
* | Add formats for top paste buffer by default. Also a tmux.1 fix from jmc. | nicm | 2020-03-28 |
* | Add support for overlay popup boxes to show text or output temporarily | nicm | 2020-03-24 |
* | Make the mouse_word and mouse_line formats work in copy mode and enable | nicm | 2020-03-20 |
* | Add C position for terminal centre with display-menu -x and -y. | nicm | 2020-03-19 |
* | Tidy up the default mouse key bindings and: | nicm | 2020-03-12 |
* | Add a -d flag to run-shell to wait for delay before running the command, | nicm | 2020-03-12 |
* | Add a copy-mode -H flag to hide the position marker in the top right. | nicm | 2020-03-12 |
* | Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q | nicm | 2020-03-12 |
* | Add some number operators for formats, from Tyler Culp. | nicm | 2020-03-11 |
* | Add selection_active format for when the selection is present but not | nicm | 2020-02-20 |
* | Add -a to list-keys to also list keys without notes with -N, suggested | nicm | 2020-02-15 |
* | Remove unused variables from Ben Boeckel, and a Pp from jmc. | nicm | 2020-02-11 |
* | Make list-keys description clearer in tmux.1 and remove an unused variable. | nicm | 2020-02-05 |
* | Remove extra Pp (from jmc) and add a missing word. | nicm | 2020-01-29 |
* | Reduce a difference with portable tmux by adding the -V flag and | nicm | 2020-01-28 |
* | Expand description of start-server. | nicm | 2020-01-27 |
* | Add support for adding a note to a key binding (with bind-key -N) and | nicm | 2020-01-27 |
* | Mention swap-window -d, GitHub issue 2068. | nicm | 2020-01-25 |
* | The terminal type was never as much use as I expected so remove it in | nicm | 2020-01-12 |
* | Document client exit messages. | nicm | 2020-01-01 |
* | Add a number of new formats to inspect what sessions and clients a | nicm | 2019-12-26 |
* | Fix name of option, GitHub issue 2030. | nicm | 2019-12-24 |
* | Make a best effort to set xpixel and ypixel for each pane and add | nicm | 2019-11-28 |
* | Store xpixel/ypixel from TIOCGWINSZ and add formats. | nicm | 2019-11-28 |
* | Add p format modifier for padding to width. | nicm | 2019-11-25 |