aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
* Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-22
* Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm2018-01-16
* Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.nicm2017-12-22
* Add -and-cancel variants for scrolling commands to exit copy mode whennicm2017-11-16
* Add a common function for spreading out cells and use it for the twonicm2017-11-15
* Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-02
* Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
* Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-26
* Note that notifications are also hooks.nicm2017-10-25
* Default allow-rename to off because it is ridiculous that applicationsnicm2017-10-25
* Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-25
* Fix description of history_size, from Campbell Barton.nicm2017-10-08
* Support %else in config files to match %if, from Brad Town in GitHubnicm2017-10-06
* Mention that filter is a format.nicm2017-09-11
* Move to current mouse position not last when clcking in copy mode; fixesnicm2017-09-04
* Add selectp -T to set pane title.nicm2017-09-02
* Key (v) and flag (-N) to toggle preview in choose modes.nicm2017-08-23
* Fix example for user-keys.nicm2017-08-19
* Add monitor-bell window option to match the activity and silencenicm2017-08-17
* Add -d flag to display-panes to specify timeout, and make 0 mean nonicm2017-08-16
* Add -F to choose-tree, choose-client, choose-buffer to specify thenicm2017-08-09
* Add selection_present format so commands in copy mode can use it, GitHubnicm2017-08-02
* Add pane_at_left/right/top/bottom formats, from Amos Bird.nicm2017-07-27
* Make bell, activity and silence alerting more consistent:nicm2017-07-26
* Add -c for respawn-pane and respawn-window, from J Raynor.nicm2017-07-21
* Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.nicm2017-07-07
* < and > keys to scroll preview list left and right in tree mode.nicm2017-07-04
* Use 100 as the example for command-alias because the defaults are from 0nicm2017-06-29
* Fix visual-silence (check accidentally the wrong way round), from Bradnicm2017-06-28
* Add user-keys option to allow user-defined keys to be set, from Dannicm2017-06-23
* Extend filters (f key) to buffer and client mode and add -f flag tonicm2017-06-09
* Add -O option to choose-* to set initial sort order.nicm2017-06-09
* Add a hook when the clipboard is set.nicm2017-06-09
* Add simple searching (C-s and n) to the various choose modes: by namenicm2017-06-07
* Support SIGUSR2 to stop and start logging for an existing server. Alsonicm2017-06-04
* Typo/style; plus man page escaping from jmc.nicm2017-06-04
* Make set-clipboard a three-state option so tmux itself can ignore thenicm2017-06-03
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* Add ||, && format operators and C: to search pane content.nicm2017-05-29
* Add m: for fnmatch(3) format matching.nicm2017-05-29
* Tweak text to mention initial size, from John Hood.nicm2017-05-29
* Expand formats in option names and add -F flag to do so in option values as w...nicm2017-05-10
* Add a format for the name of the pane's mode, lets it be used as anicm2017-05-07
* Add some formats to look at the session window stack, suggested by Scottnicm2017-05-05
* Some new notifications, mainly for active pane and current window andnicm2017-05-04
* Add a format for the last search string in copy mode and fix the promptnicm2017-05-03
* Default for xterm-keys was wrong, stop documenting it.nicm2017-04-28
* Typo in example.nicm2017-04-22