summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2021-08-13Add a menu when a popup is present (mouse only for now).nicm
2021-08-13Add -B flag to remove border from popup.nicm
2021-08-13Set return code for confirm-before and make command-prompt also block,nicm
2021-08-12Move hook format setup earlier and add a hook_client, GitHub issue 2809.nicm
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-11Make confirm-before optionally block the invoking client like run-shell,nicm
2021-08-09Change copy-line and copy-end-of-line not to cancel and add -and-cancelnicm
2021-08-06Add client focus hooks.nicm
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.nicm
2021-06-18Mention %1 under choose-tree also.nicm
2021-06-10fix some formatting errors;jmc
2021-06-10Feature for the mouse since FreeBSD termcap does not have kmous.nicm
2021-06-10More accurate vi(1) word navigation in copy mode and on the status line.nicm
2021-06-10Add -F for command-prompt and use it to fix "Rename" on the window menu,nicm
2021-06-10Add different command historys for different types of promptsnicm
2021-06-10Change resize timers and flags into one timer and a queue which isnicm
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported bynicm
2021-06-10Add an "always" value to the extended-keys option to always forwardnicm
2021-04-15%begin now has three arguments, not two. GitHubs issue 2646.nicm
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.nicm
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
2021-04-07Add a current_file format for the config file being parsed. Originallynicm
2021-04-01Missing commas, from Vipul Kumar.nicm
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.nicm
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm
2021-03-02Drop support for popups where the content is provided directly to tmuxnicm
2021-03-01escape quotes and remove some unneccessary Pp; ok nicmjmc
2021-03-01Add some text with examples of ; as a separator, GitHub issues 2522 andnicm
2021-02-26Add a couple of format variables for active and last window index.nicm
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsonicm
2021-02-10Use ~/.tmux.conf as an example rather than /etc/passwd, suggested bynicm
2021-02-08Add "pipe" variants of the "copy-pipe" commands which do not copy, fromnicm
2021-02-06In the end UTF-8 did not become a terminal feature, should not be listednicm
2021-02-05Send Unicode directional isolate characters around horizontal panenicm
2021-02-05Add a -S flag to new-window to make it select the existing window if onenicm
2021-02-02article fixes; from eddie yousephjmc
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifnicm
2021-01-29Trim output overwritten by later text or clears completely rather thannicm
2021-01-22Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546nicm
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
2021-01-17Add -N flag to never start server even if command would normally do so,nicm
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programnicm
2021-01-01Add a -C flag to run-shell to use a tmux command rather than a shell command.nicm
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option tonicm
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-12-01Make replacement of ##s consistent when drawing formats, whethernicm
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.nicm
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.nicm