aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
| * Add some number operators for formats, from Tyler Culp.nicm2020-03-11
| |
* | Merge branch 'obsd-master'Thomas Adam2020-02-20
|\|
| * Add selection_active format for when the selection is present but notnicm2020-02-20
| | | | | | | | moving with the cursor, from Mark Kelly.
* | Merge branch 'obsd-master'Thomas Adam2020-02-15
|\|
| * Add -a to list-keys to also list keys without notes with -N, suggestednicm2020-02-15
| | | | | | | | by Shehu Dikko.
* | Merge branch 'obsd-master'Thomas Adam2020-02-11
|\|
| * Remove unused variables from Ben Boeckel, and a Pp from jmc.nicm2020-02-11
| |
* | Merge branch 'obsd-master'Thomas Adam2020-02-05
|\|
| * Make list-keys description clearer in tmux.1 and remove an unused variable.nicm2020-02-05
| |
* | Merge branch 'obsd-master'Thomas Adam2020-01-29
|\|
| * Remove extra Pp (from jmc) and add a missing word.nicm2020-01-29
| |
| * Reduce a difference with portable tmux by adding the -V flag andnicm2020-01-28
| | | | | | | | #{version} format; on OpenBSD these just report the OpenBSD version.
* | Merge branch 'obsd-master'Thomas Adam2020-01-27
|\|
| * Expand description of start-server.nicm2020-01-27
| |
| * Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | use this to add descriptions to the default key bindings. A new -N flag to list-keys shows key bindings with notes rather than the default bind-key command used to create them. Change the default ? binding to use this to show a readable summary of keys. Also extend command-prompt to return the name of the key pressed and add a default binding (/) to show the note for the next key pressed Suggested by Alex Tremblay in GitHub issue 2000.
* | Merge branch 'obsd-master'Thomas Adam2020-01-25
|\|
| * Mention swap-window -d, GitHub issue 2068.nicm2020-01-25
| |
* | Merge branch 'obsd-master'Thomas Adam2020-01-12
|\|
| * The terminal type was never as much use as I expected so remove it innicm2020-01-12
| | | | | | | | | | favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here.
* | Merge branch 'obsd-master'Thomas Adam2020-01-02
|\|
| * Document client exit messages.nicm2020-01-01
| |
* | Merge branch 'obsd-master'Thomas Adam2019-12-26
|\|
| * Add a number of new formats to inspect what sessions and clients anicm2019-12-26
| | | | | | | | window is present or active in. From Tyler Culp in GitHub issue 2034.
* | Merge branch 'obsd-master'Thomas Adam2019-12-24
|\|
| * Fix name of option, GitHub issue 2030.nicm2019-12-24
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
| | | | | | | | formats for them.
| * Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-28
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-25
|\|
| * Add p format modifier for padding to width.nicm2019-11-25
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-18
|\|
| * Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm2019-11-18
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-15
|\|
| * Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
| |
* | Merge branch 'obsd-master'Thomas Adam2019-11-14
|\|
| * Add an option to set the key sent by backspace for those whose systemnicm2019-11-14
| | | | | | | | uses ^H rather than ^?. GitHub issue 1969.
* | Merge branch 'obsd-master'Thomas Adam2019-11-07
|\|
| * Add -F flag to send-keys to expand formats in search-backward andnicm2019-11-07
| | | | | | | | | | forward copy mode commands, this makes it easier to use the cursor_word and cursor_line formats. From Anindya Mukherjee in GitHub issue 1964.
* | Merge branch 'obsd-master'Thomas Adam2019-10-23
|\|
| * Document Any key, from Jason Felice.nicm2019-10-23
| |
* | Merge branch 'obsd-master'Thomas Adam2019-10-23
|\|
| * Use the existing code in format.c to add foramts for word and line atnicm2019-10-23
| | | | | | | | cursor position in copy mode, from Anindya Mukherjee.
* | Merge branch 'obsd-master'Thomas Adam2019-10-19
|\|
| * Add formats for cursor and selection position in copy mode, from Jason Felice.nicm2019-10-19
| |
* | Merge branch 'obsd-master'Thomas Adam2019-10-15
|\|
| * Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm2019-10-15
| | | | | | | | | | split-window and join-pane -l to accept similar percentages and deprecate -p. From Anindya Mukherjee.
* | Merge branch 'obsd-master'Thomas Adam2019-09-19
|\|
| * Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
| | | | | | | | | | the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me.
* | Merge branch 'obsd-master'Thomas Adam2019-09-16
|\|
| * Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
| | | | | | | | | | | | and attributes and use them to restore the previous behaviour of window-status-style being the default for window-status-format in the status line. From John Drouhard in GitHub issue 1912.