summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Collapse)Author
2024-03-13Make the attach-session description clearer - do not mention creating anicm
client which is not important, explicitly say the session must exist, and mention new-session and new-session -A. Prompted by Theo.
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
only if they are not members of sessions groups, from Mark Huang, GitHub issue 3806.
2023-12-27Remove flags from the prefix before comparing with the received key sonicm
that modifier keys with flags work correctly, GitHub issue 3764.
2023-12-27groff apparently generates broken output for some common characters innicm
mdoc, so escaped versions have to be used instead. From Alexis Hildebrandt in GitHub issue 3762.
2023-09-16Remove next- and previous-prompt added in error. GitHub issue 3696.nicm
2023-09-15Add -t to source-file, GitHub issue 3473.nicm
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubnicm
issue 3627.
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.nicm
2023-08-23Add -c to run-shell to set working directory, from someone in GitHubnicm
issue 3661.
2023-08-17Add a session, pane and user mouse range types for the status line andnicm
add format variables for mouse_status_line and mouse_status_range so they can be associated with different commands in the key bindings. GitHub issue 3652.
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
menu item, from Alexis Hildebrandt.
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,nicm
from Magnus Gross.
2023-07-11Remove Ns and Li and change Nm to Ic, suggested by jmc.nicm
2023-07-11Add descriptions of copy mode commands, from Michael Bianco.nicm
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133nicm
extension, from Munif Tanjim in GitHub issue 3596.
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.nicm
2023-05-19Add format for server_sessions, from Magnus Gross.nicm
2023-04-28Add options to change the confirm key and default behaviour ofnicm
confirm-before. From Elias Assaf in GitHub issue 3548; prompted by an earlier change from Yutaro Yoshii in GitHub issue 3496.
2023-04-03Clarify text for new -A slightly, GitHub issue 3508.nicm
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
Dan Aloni in GitHub issue 3498.
2023-02-07Add an L modifier like P, W, S to loop over clients. Also fix some longnicm
lines in tmux(1).
2023-02-06Add -f to list-clients like the other list commands, from Andy Walker innicm
GitHub issue 3449.
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.nicm
2023-01-23Too many \s in example, GitHub issue 3445.nicm
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubnicm
issue 3442.
2023-01-08Quotes are now required in select-layout example.nicm
2022-12-22Denote multiple arguments with 'arg ...' not 'args'kn
A few programs used the plural in their synopsis which doesn't read as clear as the obvious triple-dot notation. mdoc(7) .Ar defaults to "file ..." if no arguments are given and consistent use of 'arg ...' matches that behaviour. Cleanup a few markups of the same argument so the text keeps reading naturally; omit unhelpful parts like 'if optional arguments are given, they are passed along' for tools like time(1) and timeout(1) that obviously execute commands with whatever arguments where given -- just like doas(1) which doesn't mention arguments in its DESCRIPTION in the first place. For expr(1) the difference between 'expressions' and 'expression ...' is crucial, as arguments must be passed as individual words. Feedback millert jmc schwarze deraadt OK jmc
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keynicm
table). GitHub issue 3361.
2022-11-11Parse primary device attributes as well as secondary and add a SIXELnicm
flag (not used yet), from Anindya Mukherjee.
2022-11-11Document alternative delimiters for substitution, from Jim Wisniewski.nicm
2022-11-10- sort options; from josiah frentsosjmc
ok nicm - add -N to SYNOPSIS - sort usage()
2022-11-03Add a -l flag to display-message to disable format expansion, from Aaronnicm
Jensen. GitHub issue 3372.
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.nicm
2022-09-28Add scroll-top and scroll-bottom commands to scroll so cursor is at topnicm
or bottom. From Anindya Mukherjee, GitHub issue 3334.
2022-09-09Add message-line option to control where message and prompt go, fromnicm
Varun Kumar E in GitHub issue 3324.
2022-08-23Add scroll-middle copy mode command to make cursor line in the middle,nicm
from Varun Kumar E in GitHub issue 3307.
2022-08-15Notify when a paste buffer is deleted, GitHub issue 3302 from Georgenicm
Nachman.
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not usenicm
bright colours for bold (makes a difference to how tmux applies palette differences). From Damien Tardy-Panis in GitHub issue 3301.
2022-08-02Add a third state "all" to allow-passthrough to work even in invisiblenicm
panes, from Sergei Grechanik in GitHub issue 3274.
2022-08-02-u is no longer equivalent to -TUTF-8 so don't say it is.nicm
2022-07-06Mention whether time is creation/activity for sort orders.nicm
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinknicm
format, GitHub issue 3247 from Jeff Chiang.
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
terminals such as iTerm2). Originally written by me then extended and completed by first Will Noble and later Jeff Chiang. GitHub issues 911, 2621, 2890, 3240.
2022-06-20Do not display configuration file errors in a pane when in control mode,nicm
instead report them with a %config-error notification. GitHub issue 3193.
2022-06-14kf* terminfo capabilities are poorly defined and rxvt uses them in anicm
different way from xterm, so add a feature flag for rxvt to make tmux ignore the capabilities and instead rely on its builtin definitions.
2022-05-30Add pane_start_path to match start_command.nicm
2022-05-30Fix property name from Sergei Dyshel, and a typo from imcusg at gmailnicm
dot com.
2022-05-30Add an ACL list for users connecting to the tmux socket. Users may benicm
forbidden from attaching, forced to attach read-only, or allowed to attach read-write. A new command, server-access, configures the list. tmux gets the user using getpeereid(3) of the client socket. Users must still configure file system permissions manually. From Dallas Lyons and others.
2022-04-14Fix clearphist alias, from Jacqueline Jolicoeur via jmc@.nicm
2022-03-31man pages: add missing commas between subordinate and main clausesnaddy
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@