summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_tmux
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2017-08-10 17:16:37 +0200
committerAxel Beckert <abe@deuxchevaux.org>2017-08-10 17:16:37 +0200
commite3b67a8198c852bf6c9db3a0a1a20e87a4e1da74 (patch)
tree8486633f6232f49ea330ab8e036decb5dc3bbf74 /Completion/Unix/Command/_tmux
parentf8edeff2494bf23e2ee29d4c761361b1c878e09d (diff)
parentdc475bfa0ec6cd03789dde3bf28f71e0ea9d5003 (diff)
downloadzsh-e3b67a8198c852bf6c9db3a0a1a20e87a4e1da74.tar.gz
zsh-e3b67a8198c852bf6c9db3a0a1a20e87a4e1da74.zip
Merge tag '5.4.1' into debian
Release 5.4.1.
Diffstat (limited to 'Completion/Unix/Command/_tmux')
-rw-r--r--Completion/Unix/Command/_tmux12
1 files changed, 6 insertions, 6 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 08d80374f..7ef20c666 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -526,7 +526,7 @@ _tmux-new-session() {
'-t+[specify target session]:session:__tmux-sessions' \
'-x[specify width]:width' \
'-y[specify height]:height' \
- '*:: :_cmdstring'
+ '*:: :_cmdambivalent'
}
_tmux-new-window() {
@@ -540,7 +540,7 @@ _tmux-new-window() {
'-n+[specify a window name]:window name' \
'-P[print information about new window after it is created]' \
'-t+[specify target window]:window:__tmux-windows' \
- '*:: :_cmdstring'
+ '*:: :_cmdambivalent'
}
_tmux-next-layout() {
@@ -628,7 +628,7 @@ _tmux-respawn-pane() {
_arguments -s -A "-*" -S \
'-k[kill window if it is in use]' \
'-t+[specify target pane]:pane:__tmux-pane' \
- ':command:_cmdstring'
+ ':command:_cmdambivalent'
}
_tmux-respawn-window() {
@@ -636,7 +636,7 @@ _tmux-respawn-window() {
_arguments -s -A "-*" -S \
'-k[kill window if it is in use]' \
'-t+[specify target window]:window:__tmux-windows' \
- ':command:_cmdstring'
+ ':command:_cmdambivalent'
}
_tmux-rotate-window() {
@@ -669,7 +669,7 @@ _tmux-select-layout() {
'-o[revert to previous layout]' \
'-p[behave like previous-layout]' \
'-t+[specify a target window]:target window:__tmux-windows' \
- ':layout:(even-horizontal even-vertical main-horizontal main-vertical)'
+ ':layout:(even-horizontal even-vertical main-horizontal main-vertical tiled)'
}
_tmux-select-pane() {
@@ -855,7 +855,7 @@ _tmux-split-window() {
"-l[define new pane's size]:size" \
"-p[define new pane's size in percent]:size (percentage)" \
'-t+[specify target pane]:pane:__tmux-panes' \
- ':command:_cmdstring'
+ ':command:_cmdambivalent'
# Yes, __tmux-panes is correct here. The behaviour was changed
# in recent tmux versions and makes more sense. Except that
# changing the command's name might annoy users. So it stays like