| Commit message (Expand) | Author | Age |
* | Add a cursor_character format. | nicm | 2019-03-19 |
* | Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS. | nicm | 2019-03-19 |
* | Add some bits to the STATUS LINE section about the new option. | nicm | 2019-03-18 |
* | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
* | Add format variables for the default formats for the various modes | nicm | 2019-03-18 |
* | Break description of styles into its own section. | nicm | 2019-03-17 |
* | Add a -v flag to display-message to show verbose messages as the format | nicm | 2019-03-15 |
* | Add format flags for start and end window. | nicm | 2019-03-14 |
* | Add T format modifier like E but also do strftime(3). | nicm | 2019-03-14 |
* | Missing space in capture-pane usage, from Ben Boeckel. | nicm | 2019-03-14 |
* | Add formats to list sessions, windows or panes. | nicm | 2019-03-13 |
* | Add E: format to expand a format twice (useful to expand the value of an | nicm | 2019-03-13 |
* | Add -b to display-panes like run-shell, GitHub issue 1559. | nicm | 2019-02-06 |
* | There is no reason wait-for has to be restricted to outside tmux. | nicm | 2018-11-07 |
* | Add a "terminal" colour which can be used instead of "default" in style | nicm | 2018-10-25 |
* | Document new refresh-client flags. | nicm | 2018-10-18 |
* | Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard | nicm | 2018-10-18 |
* | Support for extended underline styles on terminals which offer them, | nicm | 2018-10-18 |
* | Add q: format prefix to escape sh(1) special characters. Suggested by | nicm | 2018-08-26 |
* | Add StatusLeft and StatusRight mouse key modifiers for the left and | nicm | 2018-08-22 |
* | Add -Z to find-window as well. | nicm | 2018-08-20 |
* | Point to glob in section 7 for the actual list of special characters instead | kn | 2018-07-23 |
* | Add a rectangle_toggle format, from Hirokazu Hata. | nicm | 2018-07-06 |
* | whitespace needed between macro args and punctuation; | jmc | 2018-07-04 |
* | Add set-hook -R to run a hook immediately (useful to set multiple hooks | nicm | 2018-07-04 |
* | Add pane focus hooks. | nicm | 2018-07-04 |
* | Tweak previous - check for a NULL client and simplify manual text. | nicm | 2018-06-08 |
* | Increment the lines counter when skipping a line to avoid an infinite | nicm | 2018-06-03 |
* | Document escaping inside conditionals, from "sadie-parayno" in GitHub | nicm | 2018-05-28 |
* | Allow escaping , and } with # in #{}; GitHub issue 1332. | nicm | 2018-05-22 |
* | Mention allow-rename with \033k. | nicm | 2018-05-09 |
* | #aabbcc will use RGB if supported so don't say it is closest match. | nicm | 2018-04-23 |
* | Fix || example. | nicm | 2018-04-18 |
* | Add x and X to choose-tree (with a confirmation prompt) to kill an | nicm | 2018-04-10 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to | nicm | 2018-02-28 |
* | Add exit-empty option to exit server if no sessions (defaults to on). | nicm | 2018-02-22 |
* | Add -I to pipe-pane to connect pane stdin as well as stdout, suggested | nicm | 2018-01-16 |
* | Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184. | nicm | 2017-12-22 |
* | Add -and-cancel variants for scrolling commands to exit copy mode when | nicm | 2017-11-16 |
* | Add a common function for spreading out cells and use it for the two | nicm | 2017-11-15 |
* | Format for group list of "other sessions" is a bit weird, just list all | nicm | 2017-11-02 |
* | Only show the first member of session groups in tree mode (-G flag | nicm | 2017-11-02 |
* | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | nicm | 2017-10-26 |
* | Note that notifications are also hooks. | nicm | 2017-10-25 |
* | Default allow-rename to off because it is ridiculous that applications | nicm | 2017-10-25 |
* | Add P key to paste tagged in buffer mode, and trim some code that should | nicm | 2017-10-25 |
* | Fix description of history_size, from Campbell Barton. | nicm | 2017-10-08 |
* | Support %else in config files to match %if, from Brad Town in GitHub | nicm | 2017-10-06 |
* | Mention that filter is a format. | nicm | 2017-09-11 |
* | Move to current mouse position not last when clcking in copy mode; fixes | nicm | 2017-09-04 |