aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
| * 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.
* | Merge branch 'obsd-master'Thomas Adam2017-08-16
|\|
| * Add -d flag to display-panes to specify timeout, and make 0 mean nonicm2017-08-16
| | | | | | | | timeout. From Laurens Post.
* | Merge branch 'obsd-master'Thomas Adam2017-08-09
|\| | | | | | | | | Conflicts: tmux.1
| * Add -F to choose-tree, choose-client, choose-buffer to specify thenicm2017-08-09
| | | | | | | | | | format of each line, as well as adding a couple of formats needed for the default display.
* | Merge branch 'obsd-master'Thomas Adam2017-08-02
|\|
| * Add selection_present format so commands in copy mode can use it, GitHubnicm2017-08-02
| | | | | | | | issue 1028.
* | Merge branch 'obsd-master'Thomas Adam2017-07-27
|\|
| * Add pane_at_left/right/top/bottom formats, from Amos Bird.nicm2017-07-27
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-26
|\|
| * Make bell, activity and silence alerting more consistent:nicm2017-07-26
| | | | | | | | | | | | | | | | | | | | | | | | - remove the bell-on-alert option; - add activity-action and silence-action options with the same possible values as the existing bell-action; - add "both" value for the visual-bell, visual-activity and visual-silence options to trigger both a bell and a message. This means all three work the same way. Based on changes from Yvain Thonnart.
* | Merge branch 'obsd-master'Thomas Adam2017-07-21
|\|
| * Add -c for respawn-pane and respawn-window, from J Raynor.nicm2017-07-21
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-07
|\|
| * Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990.nicm2017-07-07
| |
* | Merge branch 'obsd-master'Thomas Adam2017-07-05
|\|
| * < and > keys to scroll preview list left and right in tree mode.nicm2017-07-04
| |
* | Merge branch 'obsd-master'Thomas Adam2017-06-30
|\|
| * Use 100 as the example for command-alias because the defaults are from 0nicm2017-06-29
| | | | | | | | to (currently) 5.
* | Merge branch 'obsd-master'Thomas Adam2017-06-28
|\|
| * Fix visual-silence (check accidentally the wrong way round), from Bradnicm2017-06-28
| | | | | | | | Town. Plus some tmux.1 fixes from jmc@.
* | Merge branch 'obsd-master'Thomas Adam2017-06-23
|\|
| * Add user-keys option to allow user-defined keys to be set, from Dannicm2017-06-23
| | | | | | | | Aloni.
* | Merge branch 'obsd-master'Thomas Adam2017-06-09
|\|
| * Extend filters (f key) to buffer and client mode and add -f flag tonicm2017-06-09
| | | | | | | | specify to command.
| * Add -O option to choose-* to set initial sort order.nicm2017-06-09
| |
* | Merge branch 'obsd-master'Thomas Adam2017-06-09
|\|
| * Add a hook when the clipboard is set.nicm2017-06-09
| |
* | Merge branch 'obsd-master'Thomas Adam2017-06-07
|\|