summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2020-04-20Change how sync works to always send the end sequence after all outputnicm
2020-04-20Change the Sync capability to be a string instead of a flag.nicm
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-04-18Add formats for pane written/skipped bytes for debugging.nicm
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itnicm
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichnicm
2020-04-13Change so that the appropriate hooks for windows and panes belong tonicm
2020-04-12Mention RGB, pointed out by Jody Frankowski.nicm
2020-04-12Add a -f filter argument to the list commands like choose-tree.nicm
2020-04-12Clarify a couple of style options.nicm
2020-04-10Remove unused define, also a man fix from jmc.nicm
2020-04-10Now that copy mode copies the pane content rather than keeping anicm
2020-04-09Mention paste at same place as copy, suggested by John Boyle.nicm
2020-04-08Restore pane_current_path format from portable tmux, it is no longernicm
2020-04-06Change copy mode to make copy of the pane history so it does not need tonicm
2020-04-05Add an argument to list-commands to show only a single command.nicm
2020-04-02Add a W position to display-menu -y to use the line above (or below) thenicm
2020-04-01Performance improvements for regex searching, most notably:nicm
2020-03-31Add a way to mark environment variables as "hidden" so they can be usednicm
2020-03-31Add a -T flag to resize-pane to trim lines below the cursor, movingnicm
2020-03-31Add non-regex search variants to avoid the performance cost for peoplenicm
2020-03-31Add a way to mark environment variables as "hidden" so they can be usednicm
2020-03-31Add a -T flag to resize-pane to trim lines below the cursor, movingnicm
2020-03-31Add non-regex search variants to avoid the performance cost for peoplenicm
2020-03-31Add session_path from Chris Ruegge in GitHub issue 2142.nicm
2020-03-31Add a "second click" key type which is fired for the second click of anicm
2020-03-31Add session_path from Chris Ruegge in GitHub issue 2142.nicm
2020-03-31Add a "second click" key type which is fired for the second click of anicm
2020-03-28Make two -E only close popup automatically if the command exited with 0.nicm
2020-03-28Add formats for top paste buffer by default. Also a tmux.1 fix from jmc.nicm
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enablenicm
2020-03-19Add C position for terminal centre with display-menu -x and -y.nicm
2020-03-12Tidy up the default mouse key bindings and:nicm
2020-03-12Add a -d flag to run-shell to wait for delay before running the command,nicm
2020-03-12Add a copy-mode -H flag to hide the position marker in the top right.nicm
2020-03-12Add C-g to cancel command prompt with vi(1) keys as well as emacs, and qnicm
2020-03-11Add some number operators for formats, from Tyler Culp.nicm
2020-02-20Add selection_active format for when the selection is present but notnicm
2020-02-15Add -a to list-keys to also list keys without notes with -N, suggestednicm
2020-02-11Remove unused variables from Ben Boeckel, and a Pp from jmc.nicm
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.nicm
2020-01-29Remove extra Pp (from jmc) and add a missing word.nicm
2020-01-28Reduce a difference with portable tmux by adding the -V flag andnicm
2020-01-27Expand description of start-server.nicm
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andnicm
2020-01-25Mention swap-window -d, GitHub issue 2068.nicm
2020-01-12The terminal type was never as much use as I expected so remove it innicm
2020-01-01Document client exit messages.nicm
2019-12-26Add a number of new formats to inspect what sessions and clients anicm