Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-14 | github #106: update tmux completion (20230919); tweak Util/check-tmux-state | Matt Koscica | 1 | -2/+10 | |
- update tmux completion functions - tweak check-tmux-state to take current file format into account | |||||
2022-11-17 | github #87 (tweaked): update options tmux 3.4 | Matt Koscica | 1 | -6/+47 | |
Import completion updates from tmux.git, the revision used was c67abcf8182b, and the updates were generated by Util/check-tmux-state. check-tmux-state: changes to output parsing + variable declaration parsing of `tmux show-options` is slightly more idiomatic (thanks to @phy1729 for the syntax), and it now also ignores user-specified options (which are prefixed with an @ symbol). the lines defining and declaring supported_server_options were also swapped to the correct order - `typeset` was being called after supported_server_options was populated, contrary to all the other supported_*/available_* arrays used in the same area of the file. | |||||
2021-08-29 | 49319: completion options update | Oliver Kiddle | 1 | -27/+104 | |
2021-07-09 | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 1 | -15/+15 | |
2020-07-08 | 46217: update options for tmux 3.1 | Oliver Kiddle | 1 | -19/+91 | |
2019-10-01 | 44800: complete tmux formats | Oliver Kiddle | 1 | -3/+175 | |
2019-08-19 | 44587: completion option updates | Oliver Kiddle | 1 | -20/+56 | |
2018-11-12 | 43816: various completion option updates | Oliver Kiddle | 1 | -3/+4 | |
2018-06-21 | 43073: various completion option updates | Oliver Kiddle | 1 | -2/+6 | |
2018-01-23 | 42317: completion option updates for commands that have had recent updates | Oliver Kiddle | 1 | -35/+37 | |
2017-09-22 | 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵ | Oliver Kiddle | 1 | -25/+23 | |
mode tables | |||||
2017-08-30 | 41567: _tmux: Complete detached sessions first for attach-session. | Daniel Shahaf | 1 | -1/+20 | |
2017-08-30 | 41566: _tmux: Complete only attached sessions for detach-session. | Daniel Shahaf | 1 | -1/+8 | |
2017-08-30 | 41564: _tmux: Complete environment variables and their values for ↵ | Daniel Shahaf | 1 | -5/+94 | |
set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments. | |||||
2017-08-30 | 41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive. | Daniel Shahaf | 1 | -4/+4 | |
tmux does not error out on the combination, but it does ignore one of the two when both are specified. | |||||
2017-08-30 | 41558: _tmux: Complete option names for show-options and show-window-options. | Daniel Shahaf | 1 | -6/+23 | |
2017-08-08 | 41486: _tmux: Correct completions of new-window, split-window, ↵ | Daniel Shahaf | 1 | -4/+4 | |
respawn-window, respawn-pane. This follows up to 41467 which patched new-session. | |||||
2017-07-28 | 41467: Correct completion of 'tmux new <TAB>'. | Daniel Shahaf | 1 | -1/+1 | |
Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand. | |||||
2017-03-04 | unposted: complete 'tiled' layout for tmux | Oliver Kiddle | 1 | -1/+1 | |
2016-11-09 | 39888: update tmux completion for tmux 2.3 | Oliver Kiddle | 1 | -8/+11 | |
2016-11-07 | 39849: _tmux: Remove set-remain-on exit | Frank Terbeck | 1 | -2/+0 | |
This was removed recently, since it was superseded by hooks. | |||||
2016-11-06 | 39848: _tmux: Update options to latest tmux | Frank Terbeck | 1 | -6/+5 | |
2016-09-16 | 39311: _tmux-capture-pane: Tweak specifications of -S/-E and description ↵ | Daniel Shahaf | 1 | -6/+6 | |
strings. | |||||
2016-08-19 | 39067: update options to correspond to latest versions of software in ↵ | Oliver Kiddle | 1 | -1034/+797 | |
various functions | |||||
2016-03-16 | 38161: _tmux: Use a colon to terminate options to _arguments itself | Frank Terbeck | 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. | |||||
2015-11-20 | 37164: _tmux: Complete external commands | Daniel Shahaf | 1 | -6/+6 | |
2015-09-21 | 36576: _tmux: Fix tmux homepage URI | Frank Terbeck | 1 | -1/+1 | |
2015-09-21 | 36575: _tmux: ‘lock-server’ option is gone in tmux.git | Frank Terbeck | 1 | -2/+0 | |
2015-08-14 | unposted: fix minor typos | Daniel Hahler | 1 | -1/+1 | |
2015-08-10 | 36069: _tmux: Fix \ooo display in completion list | Frank Terbeck | 1 | -1/+1 | |
2015-08-10 | 36070: _tmux: Update bell-action and prefix options | Frank Terbeck | 1 | -3/+3 | |
2015-08-10 | 36060: _tmux: Update TODO | Frank Terbeck | 1 | -5/+6 | |
2015-08-10 | 36061: _tmux: Add support for new window options | Frank Terbeck | 1 | -0/+36 | |
2015-08-10 | 36055: _tmux: Add support for new server options | Frank Terbeck | 1 | -0/+8 | |
2015-08-10 | 36059: _tmux: Add new session options | Frank Terbeck | 1 | -0/+36 | |
2015-08-10 | 36051: _tmux: Remove support for old options | Frank Terbeck | 1 | -60/+0 | |
2015-08-10 | 36047: _tmux: Fix options with changed scope | Frank Terbeck | 1 | -8/+8 | |
2015-08-10 | 36064: _tmux: Add new command aliases | Frank Terbeck | 1 | -0/+3 | |
2015-08-10 | 36052: _tmux: Remove old sub-commands and their aliases | Frank Terbeck | 1 | -59/+0 | |
2015-08-10 | 36049: _tmux: options => session_options | Frank Terbeck | 1 | -5/+5 | |
2015-08-10 | 36054: _tmux: "local -x" serves no purpose | Frank Terbeck | 1 | -2/+2 | |
2015-08-10 | 36057: _tmux: Replay all arguments when dispatching to new _tmux() | Frank Terbeck | 1 | -1/+1 | |
2015-08-10 | 36058: _tmux: No need to unset local variables | Frank Terbeck | 1 | -1/+0 | |
2015-08-10 | 36050: _tmux: Don't unset, set empty in local scope | Frank Terbeck | 1 | -1/+1 | |
2015-08-10 | 36063: _tmux: Remove dead code | Frank Terbeck | 1 | -12/+0 | |
2015-08-10 | 36062: _tmux: Add support for new sub-commands | Frank Terbeck | 1 | -12/+88 | |
2015-08-10 | 36048: _tmux: Update options for supported commands | Frank Terbeck | 1 | -145/+194 | |
This also adds a little TODO on top about what is missing. | |||||
2015-08-10 | 36046: _tmux: Update command line options | Frank Terbeck | 1 | -1/+2 | |
New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing) | |||||
2014-10-14 | 33467: correct return status on functions and numerous other minor fixes | Oliver Kiddle | 1 | -6/+7 | |
2014-07-23 | users/18981: improved tmux function completion | Keerthan jai.c | 1 | -2/+3 | |