aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* Performance improvements for regex searching, most notably:nicm2020-04-01
* Add a way to mark environment variables as "hidden" so they can be usednicm2020-03-31
* Add a -T flag to resize-pane to trim lines below the cursor, movingnicm2020-03-31
* Add non-regex search variants to avoid the performance cost for peoplenicm2020-03-31
* Add a way to mark environment variables as "hidden" so they can be usednicm2020-03-31
* Add a -T flag to resize-pane to trim lines below the cursor, movingnicm2020-03-31
* Add non-regex search variants to avoid the performance cost for peoplenicm2020-03-31
* Add session_path from Chris Ruegge in GitHub issue 2142.nicm2020-03-31
* Add a "second click" key type which is fired for the second click of anicm2020-03-31
* Add session_path from Chris Ruegge in GitHub issue 2142.nicm2020-03-31
* Add a "second click" key type which is fired for the second click of anicm2020-03-31
* Make two -E only close popup automatically if the command exited with 0.nicm2020-03-28
* Add formats for top paste buffer by default. Also a tmux.1 fix from jmc.nicm2020-03-28
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-24
* Make the mouse_word and mouse_line formats work in copy mode and enablenicm2020-03-20
* Add C position for terminal centre with display-menu -x and -y.nicm2020-03-19
* Tidy up the default mouse key bindings and:nicm2020-03-12
* Add a -d flag to run-shell to wait for delay before running the command,nicm2020-03-12
* Add a copy-mode -H flag to hide the position marker in the top right.nicm2020-03-12
* Add C-g to cancel command prompt with vi(1) keys as well as emacs, and qnicm2020-03-12
* Add some number operators for formats, from Tyler Culp.nicm2020-03-11
* Add selection_active format for when the selection is present but notnicm2020-02-20
* Add -a to list-keys to also list keys without notes with -N, suggestednicm2020-02-15
* Remove unused variables from Ben Boeckel, and a Pp from jmc.nicm2020-02-11
* Make list-keys description clearer in tmux.1 and remove an unused variable.nicm2020-02-05
* 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
* 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
* Mention swap-window -d, GitHub issue 2068.nicm2020-01-25
* The terminal type was never as much use as I expected so remove it innicm2020-01-12
* Document client exit messages.nicm2020-01-01
* Add a number of new formats to inspect what sessions and clients anicm2019-12-26
* Fix name of option, GitHub issue 2030.nicm2019-12-24
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-28
* Add p format modifier for padding to width.nicm2019-11-25
* Add -f for full size to join-pane (like split-window), from Theo Buehler.nicm2019-11-18
* Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* Add an option to set the key sent by backspace for those whose systemnicm2019-11-14
* Add -F flag to send-keys to expand formats in search-backward andnicm2019-11-07
* Document Any key, from Jason Felice.nicm2019-10-23
* Use the existing code in format.c to add foramts for word and line atnicm2019-10-23
* Add formats for cursor and selection position in copy mode, from Jason Felice.nicm2019-10-19
* Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm2019-10-15
* Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
* Add window_marked_flag, GitHub issue 1887.nicm2019-09-11
* Clarify server options slightly.nicm2019-09-09
* Add cursor-down-and-cancel, from Mark Kelly.nicm2019-09-09