summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_tmux
AgeCommit message (Collapse)AuthorFilesLines
2016-11-0939888: update tmux completion for tmux 2.3Oliver Kiddle1-8/+11
2016-11-0739849: _tmux: Remove set-remain-on exitFrank Terbeck1-2/+0
This was removed recently, since it was superseded by hooks.
2016-11-0639848: _tmux: Update options to latest tmuxFrank Terbeck1-6/+5
2016-09-1639311: _tmux-capture-pane: Tweak specifications of -S/-E and description ↵Daniel Shahaf1-6/+6
strings.
2016-08-1939067: update options to correspond to latest versions of software in ↵Oliver Kiddle1-1034/+797
various functions
2016-03-1638161: _tmux: Use a colon to terminate options to _arguments itselfFrank Terbeck1-79/+79
In users/21384 it was reported that % tmux new-session -<tab> ...does not offer -A as a candidate for completion even though the option is listed in the involved helper function _tmux-new-session(). -A is actually an option the _arguments function uses itself. The documentation states: To avoid ambiguity, all options to _arguments itself may be separated from the spec forms by a single colon. This commit changes each _arguments call to include the optional colon, so problems like this are prevented now and hopefully in the future.
2015-11-2037164: _tmux: Complete external commandsDaniel Shahaf1-6/+6
2015-09-2136576: _tmux: Fix tmux homepage URIFrank Terbeck1-1/+1
2015-09-2136575: _tmux: ‘lock-server’ option is gone in tmux.gitFrank Terbeck1-2/+0
2015-08-14unposted: fix minor typosDaniel Hahler1-1/+1
2015-08-1036069: _tmux: Fix \ooo display in completion listFrank Terbeck1-1/+1
2015-08-1036070: _tmux: Update bell-action and prefix optionsFrank Terbeck1-3/+3
2015-08-1036060: _tmux: Update TODOFrank Terbeck1-5/+6
2015-08-1036061: _tmux: Add support for new window optionsFrank Terbeck1-0/+36
2015-08-1036055: _tmux: Add support for new server optionsFrank Terbeck1-0/+8
2015-08-1036059: _tmux: Add new session optionsFrank Terbeck1-0/+36
2015-08-1036051: _tmux: Remove support for old optionsFrank Terbeck1-60/+0
2015-08-1036047: _tmux: Fix options with changed scopeFrank Terbeck1-8/+8
2015-08-1036064: _tmux: Add new command aliasesFrank Terbeck1-0/+3
2015-08-1036052: _tmux: Remove old sub-commands and their aliasesFrank Terbeck1-59/+0
2015-08-1036049: _tmux: options => session_optionsFrank Terbeck1-5/+5
2015-08-1036054: _tmux: "local -x" serves no purposeFrank Terbeck1-2/+2
2015-08-1036057: _tmux: Replay all arguments when dispatching to new _tmux()Frank Terbeck1-1/+1
2015-08-1036058: _tmux: No need to unset local variablesFrank Terbeck1-1/+0
2015-08-1036050: _tmux: Don't unset, set empty in local scopeFrank Terbeck1-1/+1
2015-08-1036063: _tmux: Remove dead codeFrank Terbeck1-12/+0
2015-08-1036062: _tmux: Add support for new sub-commandsFrank Terbeck1-12/+88
2015-08-1036048: _tmux: Update options for supported commandsFrank Terbeck1-145/+194
This also adds a little TODO on top about what is missing.
2015-08-1036046: _tmux: Update command line optionsFrank Terbeck1-1/+2
New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing)
2014-10-1433467: correct return status on functions and numerous other minor fixesOliver Kiddle1-6/+7
2014-07-23users/18981: improved tmux function completionKeerthan jai.c1-2/+3
2012-05-21c.f 30482 (Peter Jaros): typo in description.Peter Stephenson1-1/+1
2012-03-2430368: _tmux: complete arguments to unambiguous partial subcommandsMikael Magnusson1-0/+12
2012-03-2430372: _tmux: redirect errors to /dev/nullMikael Magnusson1-6/+6
2011-06-0129412: _tmux: Disable sub-command completions if tmux is not found in `$path'.Frank Terbeck1-0/+4
2010-07-2628101: Fix window completion for tmux version 1.3 and newerFrank Terbeck1-1/+1
2010-06-06unposted: fix incorrectly capitalized completion descriptionsDoug Kearns1-230/+230
2010-02-09Frank: 27696: another tmux completion updatePeter Stephenson1-0/+3
2010-02-0827665: Frank: tmux completionPeter Stephenson1-0/+2
2010-01-19Frank: 27606: tmux -dPeter Stephenson1-0/+1
2010-01-10Frank Terbeck: 27586: more tmux completion support.Clint Adams1-3/+54
2009-12-05Frank: 27450: another tmux completion updatePeter Stephenson1-0/+11
2009-12-05Frank Terbeck: 27458: set-option -w completion.Clint Adams1-24/+28
2009-12-0227446: Frank: tmux completion updatePeter Stephenson1-1/+16
27447: document change for waiting for $!
2009-11-15Frank Terbeck: 27407: tmux switch-client completionPeter Stephenson1-2/+2
2009-11-11Frank Terbeck: 27364: Completion/Unix/Command/_tmux: fix cut'n'paste errorBart Schaefer1-2/+2
in descriptions
2009-11-07Frank Terbeck: 27359: completion for tmux 1.1.Clint Adams1-0/+1461