aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/bind.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/bind.fish')
-rw-r--r--share/completions/bind.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/bind.fish b/share/completions/bind.fish
index fbdd91c2..162fd08f 100644
--- a/share/completions/bind.fish
+++ b/share/completions/bind.fish
@@ -5,6 +5,8 @@ complete -c bind -s f -l function-names --description 'Print names of available
complete -c bind -s h -l help --description "Display help and exit"
complete -c bind -s k -l key --description 'Specify key name, not sequence'
complete -c bind -s K -l key-names --description 'Print names of available keys'
+complete -c bind -s m -l mode --description 'Add to named bind mode'
+complete -c bind -s M -l new-mode --description 'Change current bind mode to named mode'
complete -c bind -n __fish_bind_test1 -a '(bind --key-names)' -d 'Key name' -x
complete -c bind -n __fish_bind_test2 -a '(bind --function-names)' -d 'Function name' -x