summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
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
2018-07-04whitespace needed between macro args and punctuation;jmc
2018-07-04Add set-hook -R to run a hook immediately (useful to set multiple hooksnicm
2018-07-04Add pane focus hooks.nicm
2018-06-08Tweak previous - check for a NULL client and simplify manual text.nicm
2018-06-03Increment the lines counter when skipping a line to avoid an infinitenicm
2018-05-28Document escaping inside conditionals, from "sadie-parayno" in GitHubnicm
2018-05-22Allow escaping , and } with # in #{}; GitHub issue 1332.nicm
2018-05-09Mention allow-rename with \033k.nicm
2018-04-23#aabbcc will use RGB if supported so don't say it is closest match.nicm
2018-04-18Fix || example.nicm
2018-04-10Add x and X to choose-tree (with a confirmation prompt) to kill annicm
2018-02-28Add -Z flag to choose-tree, choose-client, choose-buffer tonicm
2018-02-22Add exit-empty option to exit server if no sessions (defaults to on).nicm
2018-01-16Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm
2017-12-22Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.nicm
2017-11-16Add -and-cancel variants for scrolling commands to exit copy mode whennicm
2017-11-15Add a common function for spreading out cells and use it for the twonicm
2017-11-02Format for group list of "other sessions" is a bit weird, just list allnicm
2017-11-02Only show the first member of session groups in tree mode (-G flagnicm
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm
2017-10-25Note that notifications are also hooks.nicm
2017-10-25Default allow-rename to off because it is ridiculous that applicationsnicm
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldnicm
2017-10-08Fix description of history_size, from Campbell Barton.nicm
2017-10-06Support %else in config files to match %if, from Brad Town in GitHubnicm
2017-09-11Mention that filter is a format.nicm
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesnicm
2017-09-02Add selectp -T to set pane title.nicm
2017-08-23Key (v) and flag (-N) to toggle preview in choose modes.nicm
2017-08-19Fix example for user-keys.nicm
2017-08-17Add monitor-bell window option to match the activity and silencenicm
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean nonicm
2017-08-09Add -F to choose-tree, choose-client, choose-buffer to specify thenicm
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubnicm
2017-07-27Add pane_at_left/right/top/bottom formats, from Amos Bird.nicm
2017-07-26Make bell, activity and silence alerting more consistent:nicm