aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2018-05-22
|\|
| * Allow escaping , and } with # in #{}; GitHub issue 1332.nicm2018-05-22
| |
* | Merge branch 'obsd-master'Thomas Adam2018-05-09
|\|
| * Mention allow-rename with \033k.nicm2018-05-09
| |
* | Merge branch 'obsd-master'Thomas Adam2018-04-23
|\|
| * #aabbcc will use RGB if supported so don't say it is closest match.nicm2018-04-23
| |
* | Merge branch 'obsd-master'Thomas Adam2018-04-18
|\|
| * Fix || example.nicm2018-04-18
| |
* | Merge branch 'obsd-master'Thomas Adam2018-04-10
|\|
| * Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-10
| | | | | | | | item. Suggested by Matt Zagrabelny.
* | Merge branch 'obsd-master'Thomas Adam2018-02-28
|\|
| * Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-28
| | | | | | | | | | | | automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings.
* | Merge branch 'obsd-master'Thomas Adam2018-02-22
|\|
| * Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-22
| |
* | Merge branch 'obsd-master'Thomas Adam2018-01-17
|\|
| * Add -I to pipe-pane to connect pane stdin as well as stdout, suggestednicm2018-01-16
| | | | | | | | by Kristof Kovacs in GitHub issue 1186.
* | Merge branch 'obsd-master'Thomas Adam2017-12-22
|\|
| * Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.nicm2017-12-22
| |
* | Merge branch 'obsd-master'Thomas Adam2017-11-16
|\|
| * Add -and-cancel variants for scrolling commands to exit copy mode whennicm2017-11-16
| | | | | | | | the bottom is reached, from Stephen Hicks.
* | Merge branch 'obsd-master'Thomas Adam2017-11-15
|\|
| * Add a common function for spreading out cells and use it for the twonicm2017-11-15
| | | | | | | | | | even layouts and to add a -E flag to select-layout to spread out cells evenly without changing parent cells.
* | Merge branch 'obsd-master'Thomas Adam2017-11-02
|\|
| * Format for group list of "other sessions" is a bit weird, just list allnicm2017-11-02
| | | | | | | | the sessions in the group.
| * Only show the first member of session groups in tree mode (-G flagnicm2017-11-02
| | | | | | | | disables).
* | Merge branch 'obsd-master'Thomas Adam2017-10-26
|\|
| * Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)nicm2017-10-26
| | | | | | | | and a man page tweak from jmc.
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Note that notifications are also hooks.nicm2017-10-25
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Default allow-rename to off because it is ridiculous that applicationsnicm2017-10-25
| | | | | | | | are even able to do this and confusing when they do.
* | Merge branch 'obsd-master'Thomas Adam2017-10-25
|\|
| * Add P key to paste tagged in buffer mode, and trim some code that shouldnicm2017-10-25
| | | | | | | | no longer be necessary.
* | Merge branch 'obsd-master'Thomas Adam2017-10-08
|\|
| * Fix description of history_size, from Campbell Barton.nicm2017-10-08
| |
* | Merge branch 'obsd-master'Thomas Adam2017-10-06
|\|
| * Support %else in config files to match %if, from Brad Town in GitHubnicm2017-10-06
| | | | | | | | issue 1071.
* | Merge branch 'obsd-master'Thomas Adam2017-09-11
|\|
| * Mention that filter is a format.nicm2017-09-11
| |
* | Merge branch 'obsd-master'Thomas Adam2017-09-04
|\|
| * Move to current mouse position not last when clcking in copy mode; fixesnicm2017-09-04
| | | | | | | | GitHub issue 1055. Also a man page fix from jmc.
* | Merge branch 'obsd-master'Thomas Adam2017-09-02
|\|
| * Add selectp -T to set pane title.nicm2017-09-02
| |
* | Fix position of -v, pointed out by Thomas Sattler.Nicholas Marriott2017-08-30
| |
* | Merge branch 'obsd-master'Thomas Adam2017-08-23
|\|
| * Key (v) and flag (-N) to toggle preview in choose modes.nicm2017-08-23
| |
* | Merge branch 'obsd-master'Thomas Adam2017-08-20
|\|
| * Fix example for user-keys.nicm2017-08-19
| |
* | Merge branch 'obsd-master'Thomas Adam2017-08-17
|\|
| * Add monitor-bell window option to match the activity and silencenicm2017-08-17
| | | | | | | | options, from Brad Town.