summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2021-02-08Add "pipe" variants of the "copy-pipe" commands which do not copy, fromNicholas Marriott
2021-02-06In the end UTF-8 did not become a terminal feature, should not be listedNicholas Marriott
2021-02-05Send Unicode directional isolate characters around horizontal paneNicholas Marriott
2021-02-05Add a -S flag to new-window to make it select the existing window if oneNicholas Marriott
2021-02-02article fixes; from eddie yousephJason McIntyre
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifNicholas Marriott
2021-01-29Trim output overwritten by later text or clears completely rather thanNicholas Marriott
2021-01-22Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546Nicholas Marriott
2021-01-20Change so that window_flags escapes # automatically which means configsNicholas Marriott
2021-01-17Add -N flag to never start server even if command would normally do so,Nicholas Marriott
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programNicholas Marriott
2021-01-01Add a -C flag to run-shell to use a tmux command rather than a shell command.Nicholas Marriott
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option toNicholas Marriott
2020-12-03Redraw any visible modes when status line changes so that formats likeNicholas Marriott
2020-12-01Make replacement of ##s consistent when drawing formats, whetherNicholas Marriott
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.Nicholas Marriott
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.Nicholas Marriott
2020-11-09Change how escaping is processed for formats so that ## and # can beNicholas Marriott
2020-11-03Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dotNicholas Marriott
2020-11-02Add numeric comparisons for formats, from teo_paul1 at yahoo dot com inNicholas Marriott
2020-10-30Add a -O flag to display-menu to change the mouse behaviour and notNicholas Marriott
2020-10-09Escape ! in QlTim van der Molen
2020-10-05Trim "s from process names; also fix a default format in man page.Nicholas Marriott
2020-10-05Use the setal capability as well as (tmux's) Setulc.Nicholas Marriott
2020-09-22Move a sentence to the right command.Nicholas Marriott
2020-09-16Add -q flag to unbind-key to hide errors, GitHub issue 2381.Nicholas Marriott
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.Nicholas Marriott
2020-09-01Add -F to set-environment and source-file; GitHub issue 2359.Nicholas Marriott
2020-08-27Add pane_last format, GitHub issue 2353.Nicholas Marriott
2020-08-20Add n: modifier to get length of a format, also automatically expandNicholas Marriott
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atNicholas Marriott
2020-07-13Clarify /tmp permissions and use, GitHub issue 2300.Nicholas Marriott
2020-07-06Add a way for control mode clients to subscribe to a format and beNicholas Marriott
2020-07-03Missing word, from annihilannic at hotmail dot com, GitHub issue 2288.Nicholas Marriott
2020-06-18Add a flag to make a client wait for an empty line before exiting inNicholas Marriott
2020-06-16d and D keys to reset to default in customize mode.Nicholas Marriott
2020-06-13Add -b flags to insert a window before (like the existing -a for after)Nicholas Marriott
2020-06-12move-pane also defaults to marked pane now, reported by Ben Challenor.Nicholas Marriott
2020-06-11Add some formats for search in copy mode (search_present, search_match).Nicholas Marriott
2020-06-11Add a -A option to pause a pane manually.Nicholas Marriott
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