summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2020-06-10Instead of a buffer size limit on each pane, set a limit of 300 secondsNicholas Marriott
2020-06-10When the pause-after flag is set, send an alternative %extended-outputNicholas Marriott
2020-06-05Add support for pausing a pane when the output buffered for a controlNicholas Marriott
2020-06-04Correct respawn-* - they don't always use the creation command.Nicholas Marriott
2020-06-04Instead of using a custom parse function to process {}, treat it as aNicholas Marriott
2020-05-29Add -i to find-window to ignore case.Nicholas Marriott
2020-05-26Tweak some out of date bits, reported by bcgraham.Nicholas Marriott
2020-05-21Support code for control mode flow control: allow clients to haveNicholas Marriott
2020-05-16Add a terminal feature for enable/disable extended keys (supported byNicholas Marriott
2020-05-16xterm-keys has been on by default for five years and all other modernNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-05-16Add a client flag 'active-pane' which stores the active pane in theNicholas Marriott
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') byNicholas Marriott
2020-05-16Add a -D flag to ask tmux not to daemonize, useful both for running aNicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-05-16Allow a custom time format to be given to the t format modifier.Nicholas Marriott
2020-05-16Change message log to be per server rather than per client and includeNicholas Marriott
2020-05-16Add M-+ and M-- to expand and collapse all items in tree mode.Nicholas Marriott
2020-05-16Change the existing client flags for control mode to apply for anyNicholas Marriott
2020-05-16Only redraw popup on the client it belongs to.Nicholas Marriott
2020-05-16Add -e for new-session to set environment variables.Nicholas Marriott
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-05-16Add -W and -T flags to command-prompt to only complete a window and aNicholas Marriott
2020-05-16Copy mode search improvements:Nicholas Marriott
2020-05-16Add feature and capabilities for focus reporting. Also document AX andNicholas Marriott
2020-05-16Add a feature for bracketed paste.Nicholas Marriott
2020-05-16Move terminal features into a single file.Nicholas Marriott
2020-05-16Add extension terminfo(5) capabilities for margins.Nicholas Marriott
2020-05-16Add an attribute for ACS.Nicholas Marriott
2020-05-16Tweak the default choose modes formats:Nicholas Marriott
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-22Improve join-pane, move-pane and break-pane:Nicholas Marriott
2020-04-22Add a session_marked format like window_marked.Nicholas Marriott
2020-04-22Change so main-pane-width and height can be given as a percentage.Nicholas Marriott
2020-04-20Change how sync works to always send the end sequence after all outputNicholas Marriott
2020-04-20Change the Sync capability to be a string instead of a flag.Nicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-04-18Add formats for pane written/skipped bytes for debugging.Nicholas Marriott
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itNicholas Marriott
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichNicholas Marriott
2020-04-13Change so that the appropriate hooks for windows and panes belong toNicholas Marriott
2020-04-12Mention RGB, pointed out by Jody Frankowski.Nicholas Marriott
2020-04-12Add a -f filter argument to the list commands like choose-tree.Nicholas Marriott
2020-04-12Clarify a couple of style options.Nicholas Marriott
2020-04-10Remove unused define, also a man fix from jmc.Nicholas Marriott
2020-04-10Now that copy mode copies the pane content rather than keeping aNicholas Marriott
2020-04-09Mention paste at same place as copy, suggested by John Boyle.Nicholas Marriott
2020-04-08Restore pane_current_path format from portable tmux, it is no longerNicholas Marriott
2020-04-06Change copy mode to make copy of the pane history so it does not need toNicholas Marriott
2020-04-05Add an argument to list-commands to show only a single command.Nicholas Marriott