Age | Commit message (Expand) | Author |
2019-05-02 | Fix up some bits about window-size that seem to have got lost. | Nicholas Marriott |
2019-04-28 | Support multiple occurances of the same argument. Use this for a new | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-25 | Need to escape ]. | Nicholas Marriott |
2019-04-23 | Add -no-clear variants of copy-selection and copy-pipe which do not | Nicholas Marriott |
2019-04-18 | Copy the code to infer the option type to show-options and document it. | Nicholas Marriott |
2019-04-17 | mark up punctuation-as-macro-args properly; | Jason McIntyre |
2019-04-17 | Document that switch-client can change all of session,window,pane and | Nicholas Marriott |
2019-04-08 | select-word was missing from the command list, from pawel-slowik. | Nicholas Marriott |
2019-04-02 | Add an argument to copy commands to set the prefix for the buffer name, | Nicholas Marriott |
2019-03-25 | Add StatusDefault binding for the mouse on any otherwise unassigned | Nicholas Marriott |
2019-03-25 | Fix columns of cursor_character format in list. | Nicholas Marriott |
2019-03-22 | Clarify that styles can be space or comma separated, from Stephen Zapatka. | Nicholas Marriott |
2019-03-22 | I forgot to document resize-window, window-size and default-size; | Nicholas Marriott |
2019-03-19 | Add a cursor_character format. | Nicholas Marriott |
2019-03-19 | Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS. | Nicholas Marriott |
2019-03-18 | Add some bits to the STATUS LINE section about the new option. | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2019-03-18 | Add format variables for the default formats for the various modes | Nicholas Marriott |
2019-03-17 | Break description of styles into its own section. | Nicholas Marriott |
2019-03-15 | Add a -v flag to display-message to show verbose messages as the format | Nicholas Marriott |
2019-03-14 | Add format flags for start and end window. | Nicholas Marriott |
2019-03-14 | Add T format modifier like E but also do strftime(3). | Nicholas Marriott |
2019-03-14 | Missing space in capture-pane usage, from Ben Boeckel. | Nicholas Marriott |
2019-03-13 | Add formats to list sessions, windows or panes. | Nicholas Marriott |
2019-03-13 | Add E: format to expand a format twice (useful to expand the value of an | Nicholas Marriott |
2019-02-06 | Add -b to display-panes like run-shell, GitHub issue 1559. | Nicholas Marriott |
2018-11-07 | There is no reason wait-for has to be restricted to outside tmux. | Nicholas Marriott |
2018-10-25 | Add a "terminal" colour which can be used instead of "default" in style | Nicholas Marriott |
2018-10-18 | Document new refresh-client flags. | Nicholas Marriott |
2018-10-18 | Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard | Nicholas Marriott |
2018-10-18 | Support for extended underline styles on terminals which offer them, | Nicholas Marriott |
2018-08-26 | Add q: format prefix to escape sh(1) special characters. Suggested by | Nicholas Marriott |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-08-20 | Add -Z to find-window as well. | Nicholas Marriott |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-06 | Add a rectangle_toggle format, from Hirokazu Hata. | Nicholas Marriott |
2018-07-04 | whitespace needed between macro args and punctuation; | Jason McIntyre |
2018-07-04 | Add set-hook -R to run a hook immediately (useful to set multiple hooks | Nicholas Marriott |
2018-07-04 | Add pane focus hooks. | Nicholas Marriott |
2018-06-08 | Tweak previous - check for a NULL client and simplify manual text. | Nicholas Marriott |
2018-06-08 | Add -x- and -y- to use client size, from Stefan Assmann in GitHub issue 1372. | Nicholas Marriott |
2018-06-03 | Increment the lines counter when skipping a line to avoid an infinite | Nicholas Marriott |
2018-05-28 | Document escaping inside conditionals, from "sadie-parayno" in GitHub | Nicholas Marriott |
2018-05-22 | Allow escaping , and } with # in #{}; GitHub issue 1332. | Nicholas Marriott |
2018-05-09 | Mention allow-rename with \033k. | Nicholas Marriott |
2018-04-23 | #aabbcc will use RGB if supported so don't say it is closest match. | Nicholas Marriott |
2018-04-18 | Fix || example. | Nicholas Marriott |
2018-04-10 | Add x and X to choose-tree (with a confirmation prompt) to kill an | Nicholas Marriott |
2018-02-28 | Add -Z flag to choose-tree, choose-client, choose-buffer to | Nicholas Marriott |