diff options
Diffstat (limited to 'completions/bash/riverctl')
| -rw-r--r-- | completions/bash/riverctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/bash/riverctl b/completions/bash/riverctl index 881946f..14a5bfb 100644 --- a/completions/bash/riverctl +++ b/completions/bash/riverctl @@ -59,7 +59,7 @@ function __riverctl_completion () "map") OPTS="-release -repeat -layout" ;; "unmap") OPTS="-release" ;; "attach-mode") OPTS="top bottom" ;; - "focus-follows-cursor") OPTS="disabled normal" ;; + "focus-follows-cursor") OPTS="disabled normal always" ;; "set-cursor-warp") OPTS="disabled on-output-change" ;; "hide-cursor") OPTS="timeout when-typing" ;; *) return ;; |
