diff options
Diffstat (limited to 'completions/zsh')
| -rw-r--r-- | completions/zsh/_riverctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index e874c78..2c3c418 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -170,13 +170,13 @@ _riverctl() args) case "$words[1]" in focus-output) _alternative 'arguments:args:(next previous)' ;; - focus-view) _alternative 'arguments:args:(next previous)' ;; + focus-view) _alternative 'arguments:args:(next previous up down left right)' ;; input) _riverctl_input ;; move) _alternative 'arguments:args:(up down left right)' ;; resize) _alternative 'arguments:args:(horizontal vertical)' ;; snap) _alternative 'arguments:args:(up down left right)' ;; send-to-output) _alternative 'arguments:args:(next previous)' ;; - swap) _alternative 'arguments:args:(next previous)' ;; + swap) _alternative 'arguments:args:(next previous up down left right)' ;; map) _alternative 'arguments:optional:(-release -repeat -layout)' ;; unmap) _alternative 'arguments:optional:(-release)' ;; attach-mode) _alternative 'arguments:args:(top bottom)' ;; |
