about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tmux
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-11-15 17:44:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-11-15 17:44:33 +0000
commitee5574b06309e80ce8e697fffb65fc6725e90e57 (patch)
tree06dad6e7f4b82fcf8c515ca3ccfd42b3203ba6a4 /Completion/Unix/Command/_tmux
parentd1c26dca908ab2dfeae382969994e3301d8d5325 (diff)
downloadzsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.gz
zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.xz
zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.zip
Frank Terbeck: 27407: tmux switch-client completion
Diffstat (limited to 'Completion/Unix/Command/_tmux')
-rw-r--r--Completion/Unix/Command/_tmux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 0eef68382..10a1eb223 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1002,8 +1002,8 @@ function _tmux-switch-client() {
     [[ -n ${tmux_describe} ]] && print "Switch the client to another session" && return
     local -a args
     args=(
-        '-c[Choose a target client]:client:__tmux-key-clients'
-        '-t[Choose a target window]:window:__tmux-key-windows'
+        '-c[Choose a target client]:client:__tmux-clients'
+        '-t[Choose a target window]:window:__tmux-windows'
     )
     _arguments ${args}
 }