summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
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
2017-07-21Add -c for respawn-pane and respawn-window, from J Raynor.nicm
2017-07-07Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.nicm
2017-07-04< and > keys to scroll preview list left and right in tree mode.nicm
2017-06-29Use 100 as the example for command-alias because the defaults are from 0nicm
2017-06-28Fix visual-silence (check accidentally the wrong way round), from Bradnicm
2017-06-23Add user-keys option to allow user-defined keys to be set, from Dannicm
2017-06-09Extend filters (f key) to buffer and client mode and add -f flag tonicm
2017-06-09Add -O option to choose-* to set initial sort order.nicm
2017-06-09Add a hook when the clipboard is set.nicm
2017-06-07Add simple searching (C-s and n) to the various choose modes: by namenicm
2017-06-04Support SIGUSR2 to stop and start logging for an existing server. Alsonicm
2017-06-04Typo/style; plus man page escaping from jmc.nicm
2017-06-03Make set-clipboard a three-state option so tmux itself can ignore thenicm
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addnicm
2017-05-29Add ||, && format operators and C: to search pane content.nicm
2017-05-29Add m: for fnmatch(3) format matching.nicm
2017-05-29Tweak text to mention initial size, from John Hood.nicm
2017-05-10Expand formats in option names and add -F flag to do so in option values as w...nicm
2017-05-07Add a format for the name of the pane's mode, lets it be used as anicm
2017-05-05Add some formats to look at the session window stack, suggested by Scottnicm
2017-05-04Some new notifications, mainly for active pane and current window andnicm
2017-05-03Add a format for the last search string in copy mode and fix the promptnicm
2017-04-28Default for xterm-keys was wrong, stop documenting it.nicm
2017-04-22Typo in example.nicm
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm