summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2019-05-27Add an additional {} syntax for defining strings in the configurationnicm
2019-05-26Add formats for word and line under the mouse and use them to add somenicm
2019-05-26Add a way to append or prepend to a format if the length has been limited.nicm
2019-05-25Add <, >, <=, >= for formats, GitHub issue 1747.nicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-21Fix a couple of Ta from Alphonse Mariya.nicm
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2019-05-13Fix column width for copy mode commands.nicm
2019-05-11Don't use arguments with It and -enum, pointed out by jmc.nicm
2019-05-10Add support for simple menus usable with mouse or keyboard. New commandnicm
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.nicm
2019-05-07Rename the ENVIRONMENT section which was squatting on the standardschwarze
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
2019-05-02Fix up some bits about window-size that seem to have got lost.nicm
2019-04-28Support multiple occurances of the same argument. Use this for a newnicm
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-25Need to escape ].nicm
2019-04-23Add -no-clear variants of copy-selection and copy-pipe which do notnicm
2019-04-18Copy the code to infer the option type to show-options and document it.nicm
2019-04-17mark up punctuation-as-macro-args properly;jmc
2019-04-17Document that switch-client can change all of session,window,pane andnicm
2019-04-08select-word was missing from the command list, from pawel-slowik.nicm
2019-04-02Add an argument to copy commands to set the prefix for the buffer name,nicm
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignednicm
2019-03-25Fix columns of cursor_character format in list.nicm
2019-03-22Clarify that styles can be space or comma separated, from Stephen Zapatka.nicm
2019-03-22I forgot to document resize-window, window-size and default-size;nicm
2019-03-19Add a cursor_character format.nicm
2019-03-19Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS.nicm
2019-03-18Add some bits to the STATUS LINE section about the new option.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Add format variables for the default formats for the various modesnicm
2019-03-17Break description of styles into its own section.nicm
2019-03-15Add a -v flag to display-message to show verbose messages as the formatnicm
2019-03-14Add format flags for start and end window.nicm
2019-03-14Add T format modifier like E but also do strftime(3).nicm
2019-03-14Missing space in capture-pane usage, from Ben Boeckel.nicm
2019-03-13Add formats to list sessions, windows or panes.nicm
2019-03-13Add E: format to expand a format twice (useful to expand the value of annicm
2019-02-06Add -b to display-panes like run-shell, GitHub issue 1559.nicm
2018-11-07There is no reason wait-for has to be restricted to outside tmux.nicm
2018-10-25Add a "terminal" colour which can be used instead of "default" in stylenicm
2018-10-18Document new refresh-client flags.nicm
2018-10-18Support OSC 52 ? to read the top buffer inside tmux (when set-clipboardnicm
2018-10-18Support for extended underline styles on terminals which offer them,nicm
2018-08-26Add q: format prefix to escape sh(1) special characters. Suggested bynicm
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andnicm
2018-08-20Add -Z to find-window as well.nicm
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-06Add a rectangle_toggle format, from Hirokazu Hata.nicm