aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Fix a couple of Ta from Alphonse Mariya.nicm2019-05-21
* Add support for overline (SGR 53), from Ricardo Banffy.nicm2019-05-13
* Fix column width for copy mode commands.nicm2019-05-13
* Don't use arguments with It and -enum, pointed out by jmc.nicm2019-05-11
* Add support for simple menus usable with mouse or keyboard. New commandnicm2019-05-10
* Add formats to show if pane is the marked pane and if any marked pane is set.nicm2019-05-09
* Rename the ENVIRONMENT section which was squatting on the standardschwarze2019-05-07
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* Fix up some bits about window-size that seem to have got lost.nicm2019-05-02
* Support multiple occurances of the same argument. Use this for a newnicm2019-04-28
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Need to escape ].nicm2019-04-25
* Add -no-clear variants of copy-selection and copy-pipe which do notnicm2019-04-23
* Copy the code to infer the option type to show-options and document it.nicm2019-04-18
* mark up punctuation-as-macro-args properly;jmc2019-04-17
* Document that switch-client can change all of session,window,pane andnicm2019-04-17
* select-word was missing from the command list, from pawel-slowik.nicm2019-04-08
* Add an argument to copy commands to set the prefix for the buffer name,nicm2019-04-02
* Add StatusDefault binding for the mouse on any otherwise unassignednicm2019-03-25
* Fix columns of cursor_character format in list.nicm2019-03-25
* Clarify that styles can be space or comma separated, from Stephen Zapatka.nicm2019-03-22
* I forgot to document resize-window, window-size and default-size;nicm2019-03-22
* Add a cursor_character format.nicm2019-03-19
* Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS.nicm2019-03-19
* Add some bits to the STATUS LINE section about the new option.nicm2019-03-18
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* Add format variables for the default formats for the various modesnicm2019-03-18
* Break description of styles into its own section.nicm2019-03-17
* Add a -v flag to display-message to show verbose messages as the formatnicm2019-03-15
* Add format flags for start and end window.nicm2019-03-14
* Add T format modifier like E but also do strftime(3).nicm2019-03-14
* Missing space in capture-pane usage, from Ben Boeckel.nicm2019-03-14
* Add formats to list sessions, windows or panes.nicm2019-03-13
* Add E: format to expand a format twice (useful to expand the value of annicm2019-03-13
* Add -b to display-panes like run-shell, GitHub issue 1559.nicm2019-02-06
* There is no reason wait-for has to be restricted to outside tmux.nicm2018-11-07
* Add a "terminal" colour which can be used instead of "default" in stylenicm2018-10-25
* Document new refresh-client flags.nicm2018-10-18
* Support OSC 52 ? to read the top buffer inside tmux (when set-clipboardnicm2018-10-18
* Support for extended underline styles on terminals which offer them,nicm2018-10-18
* Add q: format prefix to escape sh(1) special characters. Suggested bynicm2018-08-26
* Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-22
* Add -Z to find-window as well.nicm2018-08-20
* Point to glob in section 7 for the actual list of special characters insteadkn2018-07-23
* Add a rectangle_toggle format, from Hirokazu Hata.nicm2018-07-06
* whitespace needed between macro args and punctuation;jmc2018-07-04
* Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm2018-07-04
* Add pane focus hooks.nicm2018-07-04
* Tweak previous - check for a NULL client and simplify manual text.nicm2018-06-08