Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49319: completion options update | Oliver Kiddle | 2021-08-29 | 1 | -27/+104 |
| | |||||
* | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 2021-07-09 | 1 | -15/+15 |
| | |||||
* | 46217: update options for tmux 3.1 | Oliver Kiddle | 2020-07-08 | 1 | -19/+91 |
| | |||||
* | 44800: complete tmux formats | Oliver Kiddle | 2019-10-01 | 1 | -3/+175 |
| | |||||
* | 44587: completion option updates | Oliver Kiddle | 2019-08-19 | 1 | -20/+56 |
| | |||||
* | 43816: various completion option updates | Oliver Kiddle | 2018-11-12 | 1 | -3/+4 |
| | |||||
* | 43073: various completion option updates | Oliver Kiddle | 2018-06-21 | 1 | -2/+6 |
| | |||||
* | 42317: completion option updates for commands that have had recent updates | Oliver Kiddle | 2018-01-23 | 1 | -35/+37 |
| | |||||
* | 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵ | Oliver Kiddle | 2017-09-22 | 1 | -25/+23 |
| | | | | mode tables | ||||
* | 41567: _tmux: Complete detached sessions first for attach-session. | Daniel Shahaf | 2017-08-30 | 1 | -1/+20 |
| | |||||
* | 41566: _tmux: Complete only attached sessions for detach-session. | Daniel Shahaf | 2017-08-30 | 1 | -1/+8 |
| | |||||
* | 41564: _tmux: Complete environment variables and their values for ↵ | Daniel Shahaf | 2017-08-30 | 1 | -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 Shahaf | 2017-08-30 | 1 | -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 Shahaf | 2017-08-30 | 1 | -6/+23 |
| | |||||
* | 41486: _tmux: Correct completions of new-window, split-window, ↵ | Daniel Shahaf | 2017-08-08 | 1 | -4/+4 |
| | | | | | | respawn-window, respawn-pane. This follows up to 41467 which patched new-session. | ||||
* | 41467: Correct completion of 'tmux new <TAB>'. | Daniel Shahaf | 2017-07-28 | 1 | -1/+1 |
| | | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand. | ||||
* | unposted: complete 'tiled' layout for tmux | Oliver Kiddle | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | 39888: update tmux completion for tmux 2.3 | Oliver Kiddle | 2016-11-09 | 1 | -8/+11 |
| | |||||
* | 39849: _tmux: Remove set-remain-on exit | Frank Terbeck | 2016-11-07 | 1 | -2/+0 |
| | | | | This was removed recently, since it was superseded by hooks. | ||||
* | 39848: _tmux: Update options to latest tmux | Frank Terbeck | 2016-11-06 | 1 | -6/+5 |
| | |||||
* | 39311: _tmux-capture-pane: Tweak specifications of -S/-E and description ↵ | Daniel Shahaf | 2016-09-16 | 1 | -6/+6 |
| | | | | strings. | ||||
* | 39067: update options to correspond to latest versions of software in ↵ | Oliver Kiddle | 2016-08-19 | 1 | -1034/+797 |
| | | | | various functions | ||||
* | 38161: _tmux: Use a colon to terminate options to _arguments itself | Frank Terbeck | 2016-03-16 | 1 | -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 commands | Daniel Shahaf | 2015-11-20 | 1 | -6/+6 |
| | |||||
* | 36576: _tmux: Fix tmux homepage URI | Frank Terbeck | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | 36575: _tmux: ‘lock-server’ option is gone in tmux.git | Frank Terbeck | 2015-09-21 | 1 | -2/+0 |
| | |||||
* | unposted: fix minor typos | Daniel Hahler | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | 36069: _tmux: Fix \ooo display in completion list | Frank Terbeck | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | 36070: _tmux: Update bell-action and prefix options | Frank Terbeck | 2015-08-10 | 1 | -3/+3 |
| | |||||
* | 36060: _tmux: Update TODO | Frank Terbeck | 2015-08-10 | 1 | -5/+6 |
| | |||||
* | 36061: _tmux: Add support for new window options | Frank Terbeck | 2015-08-10 | 1 | -0/+36 |
| | |||||
* | 36055: _tmux: Add support for new server options | Frank Terbeck | 2015-08-10 | 1 | -0/+8 |
| | |||||
* | 36059: _tmux: Add new session options | Frank Terbeck | 2015-08-10 | 1 | -0/+36 |
| | |||||
* | 36051: _tmux: Remove support for old options | Frank Terbeck | 2015-08-10 | 1 | -60/+0 |
| | |||||
* | 36047: _tmux: Fix options with changed scope | Frank Terbeck | 2015-08-10 | 1 | -8/+8 |
| | |||||
* | 36064: _tmux: Add new command aliases | Frank Terbeck | 2015-08-10 | 1 | -0/+3 |
| | |||||
* | 36052: _tmux: Remove old sub-commands and their aliases | Frank Terbeck | 2015-08-10 | 1 | -59/+0 |
| | |||||
* | 36049: _tmux: options => session_options | Frank Terbeck | 2015-08-10 | 1 | -5/+5 |
| | |||||
* | 36054: _tmux: "local -x" serves no purpose | Frank Terbeck | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | 36057: _tmux: Replay all arguments when dispatching to new _tmux() | Frank Terbeck | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | 36058: _tmux: No need to unset local variables | Frank Terbeck | 2015-08-10 | 1 | -1/+0 |
| | |||||
* | 36050: _tmux: Don't unset, set empty in local scope | Frank Terbeck | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | 36063: _tmux: Remove dead code | Frank Terbeck | 2015-08-10 | 1 | -12/+0 |
| | |||||
* | 36062: _tmux: Add support for new sub-commands | Frank Terbeck | 2015-08-10 | 1 | -12/+88 |
| | |||||
* | 36048: _tmux: Update options for supported commands | Frank Terbeck | 2015-08-10 | 1 | -145/+194 |
| | | | | This also adds a little TODO on top about what is missing. | ||||
* | 36046: _tmux: Update command line options | Frank Terbeck | 2015-08-10 | 1 | -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 fixes | Oliver Kiddle | 2014-10-14 | 1 | -6/+7 |
| | |||||
* | users/18981: improved tmux function completion | Keerthan jai.c | 2014-07-23 | 1 | -2/+3 |
| | |||||
* | c.f 30482 (Peter Jaros): typo in description. | Peter Stephenson | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | 30368: _tmux: complete arguments to unambiguous partial subcommands | Mikael Magnusson | 2012-03-24 | 1 | -0/+12 |
| |