diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-15 17:44:33 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-15 17:44:33 +0000 |
| commit | ee5574b06309e80ce8e697fffb65fc6725e90e57 (patch) | |
| tree | 06dad6e7f4b82fcf8c515ca3ccfd42b3203ba6a4 /Completion/Unix/Command/_tmux | |
| parent | Benjamin R. Haskell: 27399: argument problem in env completion (diff) | |
| download | zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.gz zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.bz2 zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.lz zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.xz zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.tar.zst zsh-ee5574b06309e80ce8e697fffb65fc6725e90e57.zip | |
Frank Terbeck: 27407: tmux switch-client completion
Diffstat (limited to 'Completion/Unix/Command/_tmux')
| -rw-r--r-- | Completion/Unix/Command/_tmux | 4 |
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} } |
