diff options
Diffstat (limited to 'completions/fish/riverctl.fish')
| -rw-r--r-- | completions/fish/riverctl.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/fish/riverctl.fish b/completions/fish/riverctl.fish index 05829d0..065d439 100644 --- a/completions/fish/riverctl.fish +++ b/completions/fish/riverctl.fish @@ -72,12 +72,12 @@ complete -c riverctl -x -n '__fish_riverctl_complete_arg 1' -a 'keyboard-layout' # Subcommands complete -c riverctl -x -n '__fish_seen_subcommand_from focus-output' -a 'next previous' -complete -c riverctl -x -n '__fish_seen_subcommand_from focus-view' -a 'next previous' +complete -c riverctl -x -n '__fish_seen_subcommand_from focus-view' -a 'next previous up down left right' complete -c riverctl -x -n '__fish_seen_subcommand_from move' -a 'up down left right' complete -c riverctl -x -n '__fish_seen_subcommand_from resize' -a 'horizontal vertical' complete -c riverctl -x -n '__fish_seen_subcommand_from snap' -a 'up down left right' complete -c riverctl -x -n '__fish_seen_subcommand_from send-to-output' -a 'next previous' -complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a 'next previous' +complete -c riverctl -x -n '__fish_seen_subcommand_from swap' -a 'next previous up down left right' complete -c riverctl -x -n '__fish_seen_subcommand_from map' -a '-release -repeat -layout' complete -c riverctl -x -n '__fish_seen_subcommand_from unmap' -a '-release' complete -c riverctl -x -n '__fish_seen_subcommand_from attach-mode' -a 'top bottom' |
