about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tmux
Commit message (Collapse)AuthorAgeFilesLines
* 46217: update options for tmux 3.1Oliver Kiddle2020-07-081-19/+91
|
* 44800: complete tmux formatsOliver Kiddle2019-10-011-3/+175
|
* 44587: completion option updatesOliver Kiddle2019-08-191-20/+56
|
* 43816: various completion option updatesOliver Kiddle2018-11-121-3/+4
|
* 43073: various completion option updatesOliver Kiddle2018-06-211-2/+6
|
* 42317: completion option updates for commands that have had recent updatesOliver Kiddle2018-01-231-35/+37
|
* 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle2017-09-221-25/+23
| | | | mode tables
* 41567: _tmux: Complete detached sessions first for attach-session.Daniel Shahaf2017-08-301-1/+20
|
* 41566: _tmux: Complete only attached sessions for detach-session.Daniel Shahaf2017-08-301-1/+8
|
* 41564: _tmux: Complete environment variables and their values for ↵Daniel Shahaf2017-08-301-5/+94
| | | | | | | set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments.
* 41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive.Daniel Shahaf2017-08-301-4/+4
| | | | | tmux does not error out on the combination, but it does ignore one of the two when both are specified.
* 41558: _tmux: Complete option names for show-options and show-window-options.Daniel Shahaf2017-08-301-6/+23
|
* 41486: _tmux: Correct completions of new-window, split-window, ↵Daniel Shahaf2017-08-081-4/+4
| | | | | | respawn-window, respawn-pane. This follows up to 41467 which patched new-session.
* 41467: Correct completion of 'tmux new <TAB>'.Daniel Shahaf2017-07-281-1/+1
| | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand.
* unposted: complete 'tiled' layout for tmuxOliver Kiddle2017-03-041-1/+1
|
* 39888: update tmux completion for tmux 2.3Oliver Kiddle2016-11-091-8/+11
|
* 39849: _tmux: Remove set-remain-on exitFrank Terbeck2016-11-071-2/+0
| | | | This was removed recently, since it was superseded by hooks.
* 39848: _tmux: Update options to latest tmuxFrank Terbeck2016-11-061-6/+5
|
* 39311: _tmux-capture-pane: Tweak specifications of -S/-E and description ↵Daniel Shahaf2016-09-161-6/+6
| | | | strings.
* 39067: update options to correspond to latest versions of software in ↵Oliver Kiddle2016-08-191-1034/+797
| | | | various functions
* 38161: _tmux: Use a colon to terminate options to _arguments itselfFrank Terbeck2016-03-161-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.
* 37164: _tmux: Complete external commandsDaniel Shahaf2015-11-201-6/+6
|
* 36576: _tmux: Fix tmux homepage URIFrank Terbeck2015-09-211-1/+1
|
* 36575: _tmux: ‘lock-server’ option is gone in tmux.gitFrank Terbeck2015-09-211-2/+0
|
* unposted: fix minor typosDaniel Hahler2015-08-141-1/+1
|
* 36069: _tmux: Fix \ooo display in completion listFrank Terbeck2015-08-101-1/+1
|
* 36070: _tmux: Update bell-action and prefix optionsFrank Terbeck2015-08-101-3/+3
|
* 36060: _tmux: Update TODOFrank Terbeck2015-08-101-5/+6
|
* 36061: _tmux: Add support for new window optionsFrank Terbeck2015-08-101-0/+36
|
* 36055: _tmux: Add support for new server optionsFrank Terbeck2015-08-101-0/+8
|
* 36059: _tmux: Add new session optionsFrank Terbeck2015-08-101-0/+36
|
* 36051: _tmux: Remove support for old optionsFrank Terbeck2015-08-101-60/+0
|
* 36047: _tmux: Fix options with changed scopeFrank Terbeck2015-08-101-8/+8
|
* 36064: _tmux: Add new command aliasesFrank Terbeck2015-08-101-0/+3
|
* 36052: _tmux: Remove old sub-commands and their aliasesFrank Terbeck2015-08-101-59/+0
|
* 36049: _tmux: options => session_optionsFrank Terbeck2015-08-101-5/+5
|
* 36054: _tmux: "local -x" serves no purposeFrank Terbeck2015-08-101-2/+2
|
* 36057: _tmux: Replay all arguments when dispatching to new _tmux()Frank Terbeck2015-08-101-1/+1
|
* 36058: _tmux: No need to unset local variablesFrank Terbeck2015-08-101-1/+0
|
* 36050: _tmux: Don't unset, set empty in local scopeFrank Terbeck2015-08-101-1/+1
|
* 36063: _tmux: Remove dead codeFrank Terbeck2015-08-101-12/+0
|
* 36062: _tmux: Add support for new sub-commandsFrank Terbeck2015-08-101-12/+88
|
* 36048: _tmux: Update options for supported commandsFrank Terbeck2015-08-101-145/+194
| | | | This also adds a little TODO on top about what is missing.
* 36046: _tmux: Update command line optionsFrank Terbeck2015-08-101-1/+2
| | | | | | New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing)
* 33467: correct return status on functions and numerous other minor fixesOliver Kiddle2014-10-141-6/+7
|
* users/18981: improved tmux function completionKeerthan jai.c2014-07-231-2/+3
|
* c.f 30482 (Peter Jaros): typo in description.Peter Stephenson2012-05-211-1/+1
|
* 30368: _tmux: complete arguments to unambiguous partial subcommandsMikael Magnusson2012-03-241-0/+12
|
* 30372: _tmux: redirect errors to /dev/nullMikael Magnusson2012-03-241-6/+6
|
* 29412: _tmux: Disable sub-command completions if tmux is not found in `$path'.Frank Terbeck2011-06-011-0/+4
|