aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Expand)AuthorAge
* remove extra .El;jmc2021-10-08
* Add tags for command aliaseskn2021-10-08
* Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.nicm2021-10-07
* Make send-keys without any arguments send the key it is bound to (ifnicm2021-10-05
* Allow control mode clients to set a hard limit on the window width andnicm2021-08-27
* Add a menu when a popup is present (mouse only for now).nicm2021-08-13
* Add -B flag to remove border from popup.nicm2021-08-13
* Set return code for confirm-before and make command-prompt also block,nicm2021-08-13
* Move hook format setup earlier and add a hook_client, GitHub issue 2809.nicm2021-08-12
* Break the colour palette into a struct rather than just a single arraynicm2021-08-11
* Make confirm-before optionally block the invoking client like run-shell,nicm2021-08-11
* Change copy-line and copy-end-of-line not to cancel and add -and-cancelnicm2021-08-09
* Add client focus hooks.nicm2021-08-06
* Add a client-active hook, from ncfavier in GitHub issue 2803.nicm2021-08-04
* Mention %1 under choose-tree also.nicm2021-06-18
* fix some formatting errors;jmc2021-06-10
* Feature for the mouse since FreeBSD termcap does not have kmous.nicm2021-06-10
* More accurate vi(1) word navigation in copy mode and on the status line.nicm2021-06-10
* Add -F for command-prompt and use it to fix "Rename" on the window menu,nicm2021-06-10
* Add different command historys for different types of promptsnicm2021-06-10
* Change resize timers and flags into one timer and a queue which isnicm2021-06-10
* Three changes to fix problems with xterm in VT340 mode, reported bynicm2021-06-10
* Add an "always" value to the extended-keys option to always forwardnicm2021-06-10
* %begin now has three arguments, not two. GitHubs issue 2646.nicm2021-04-15
* Add a flag to disable keys to close a message, GitHub issue 2625.nicm2021-04-12
* Permit shortcut keys in buffer, client, tree modes to be configured withnicm2021-04-12
* Add a current_file format for the config file being parsed. Originallynicm2021-04-07
* Missing commas, from Vipul Kumar.nicm2021-04-01
* Add client-detached notification in control mode, from Mohsin Kaleem.nicm2021-03-16
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-11
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-11
* Drop support for popups where the content is provided directly to tmuxnicm2021-03-02
* escape quotes and remove some unneccessary Pp; ok nicmjmc2021-03-01
* Add some text with examples of ; as a separator, GitHub issues 2522 andnicm2021-03-01
* Add a couple of format variables for active and last window index.nicm2021-02-26
* Move config file path expansion much earlier, keep the list of pathsnicm2021-02-22
* Support X11 colour names and some other variations for OSC 10/11, alsonicm2021-02-15
* Use ~/.tmux.conf as an example rather than /etc/passwd, suggested bynicm2021-02-10
* Add "pipe" variants of the "copy-pipe" commands which do not copy, fromnicm2021-02-08
* In the end UTF-8 did not become a terminal feature, should not be listednicm2021-02-06
* Send Unicode directional isolate characters around horizontal panenicm2021-02-05
* Add a -S flag to new-window to make it select the existing window if onenicm2021-02-05
* article fixes; from eddie yousephjmc2021-02-02
* Add a no-detached choice to detach-on-destroy which detaches only ifnicm2021-02-01
* Trim output overwritten by later text or clears completely rather thannicm2021-01-29
* Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546nicm2021-01-22
* Change so that window_flags escapes # automatically which means configsnicm2021-01-20
* Add -N flag to never start server even if command would normally do so,nicm2021-01-17
* Add a variant of remain-on-exit that only keeps the pane if the programnicm2021-01-04
* Add a -C flag to run-shell to use a tmux command rather than a shell command.nicm2021-01-01