about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 16:46:12 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 16:50:55 +0200
commit5d10851b7369828ca54e1021676d9bfce486c342 (patch)
treee8e841ed284660affee1bbff12e8b580511a5712 /Completion
parentb6d44f6c638ac9a4b477cd7d977caac8172687cd (diff)
downloadzsh-5d10851b7369828ca54e1021676d9bfce486c342.tar.gz
zsh-5d10851b7369828ca54e1021676d9bfce486c342.tar.xz
zsh-5d10851b7369828ca54e1021676d9bfce486c342.zip
36070: _tmux: Update bell-action and prefix options
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_tmux6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index d21fe0e99..ba1c03eef 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1257,7 +1257,7 @@ function __tmux-option-guard() {
         options=(
             'assume-paste-time:'${int_guard}
             'base-index:'${int_guard}
-            'bell-action:DESC:any none current'
+            'bell-action:DESC:any none current other'
             'bell-on-alert:DESC:on off'
             'default-command:MSG:command string'
             'default-shell:MSG:shell executable'
@@ -1275,7 +1275,7 @@ function __tmux-option-guard() {
             'message-style:__tmux-style'
             'mouse:DESC:on off'
             'mouse-utf8:DESC:on off'
-            'prefix:MSG:comma-seperated key list'
+            'prefix:MSG:primary prefix key'
             'prefix2:MSG:secondary prefix key'
             'renumber-windows:DESC:on off'
             'repeat-time:'${int_guard}
@@ -1399,7 +1399,7 @@ function __tmux-session-options() {
         'message-style:status line message style'
         'mouse:enable mouse support'
         'mouse-utf8:request utf8 mouse support'
-        'prefix:comma seperated line of keys accepted as prefix key'
+        'prefix:primary prefix key'
         'prefix2:secondary prefix key'
         'renumber-windows:renumber windows if a window is closed'
         'repeat-time:time for multiple commands without prefix-key presses'