summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
AgeCommit message (Expand)Author
2021-10-25Add a way to force a colour to RGB and a format to display it.Nicholas Marriott
2021-10-25Missing Pp, from Alexis Hildebrandt.Nicholas Marriott
2021-10-25Add -s and -S to display-popup to set popup and border style, fromNicholas Marriott
2021-10-20Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.Nicholas Marriott
2021-10-18Remove duplicate options, spotted by Ricky Cintron.Nicholas Marriott
2021-10-14Add popup-border-lines option to set popup line style, from AlexisNicholas Marriott
2021-10-13Add popup-style and popup-border-style options, from Alexis HildebrandtNicholas Marriott
2021-10-11Add -e flag to set environment for popup, from Alexis Hildebrandt inNicholas Marriott
2021-10-08remove extra .El;Jason McIntyre
2021-10-08Add tags for command aliasesKlemens Nanni
2021-10-07Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.Nicholas Marriott
2021-10-05Make send-keys without any arguments send the key it is bound to (ifNicholas Marriott
2021-08-27Allow control mode clients to set a hard limit on the window width andNicholas Marriott
2021-08-13Add a menu when a popup is present (mouse only for now).Nicholas Marriott
2021-08-13Add -B flag to remove border from popup.Nicholas Marriott
2021-08-13Set return code for confirm-before and make command-prompt also block,Nicholas Marriott
2021-08-12Move hook format setup earlier and add a hook_client, GitHub issue 2809.Nicholas Marriott
2021-08-11Break the colour palette into a struct rather than just a single arrayNicholas Marriott
2021-08-11Add pipe variants of the line copy commands. While here make the commandNicholas Marriott
2021-08-11Make confirm-before optionally block the invoking client like run-shell,Nicholas Marriott
2021-08-09Change copy-line and copy-end-of-line not to cancel and add -and-cancelNicholas Marriott
2021-08-06Add client focus hooks.Nicholas Marriott
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.Nicholas Marriott
2021-06-18Mention %1 under choose-tree also.Nicholas Marriott
2021-06-10fix some formatting errors;Jason McIntyre
2021-06-10Feature for the mouse since FreeBSD termcap does not have kmous.Nicholas Marriott
2021-06-10More accurate vi(1) word navigation in copy mode and on the status line.Nicholas Marriott
2021-06-10Add -F for command-prompt and use it to fix "Rename" on the window menu,Nicholas Marriott
2021-06-10Add different command historys for different types of promptsNicholas Marriott
2021-06-10Change resize timers and flags into one timer and a queue which isNicholas Marriott
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported byNicholas Marriott
2021-06-10Add an "always" value to the extended-keys option to always forwardNicholas Marriott
2021-04-15%begin now has three arguments, not two. GitHubs issue 2646.Nicholas Marriott
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.Nicholas Marriott
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withNicholas Marriott
2021-04-07Add a current_file format for the config file being parsed. OriginallyNicholas Marriott
2021-04-01Missing commas, from Vipul Kumar.Nicholas Marriott
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.Nicholas Marriott
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spaceNicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2021-03-02Drop support for popups where the content is provided directly to tmuxNicholas Marriott
2021-03-01escape quotes and remove some unneccessary Pp; ok nicmJason McIntyre
2021-03-01Add some text with examples of ; as a separator, GitHub issues 2522 andNicholas Marriott
2021-02-26Add a couple of format variables for active and last window index.Nicholas Marriott
2021-02-22Move config file path expansion much earlier, keep the list of pathsNicholas Marriott
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsoNicholas Marriott
2021-02-10Use ~/.tmux.conf as an example rather than /etc/passwd, suggested byNicholas Marriott
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