diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-27 21:03:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-28 22:36:54 +0530 |
commit | 3e053e9412bedb10f2a171ddfbbd72e7432a9bda (patch) | |
tree | 21c208395ac71aae75fddefbd28ee97258239ece /scripts/auto-completion/fish/nnn.fish | |
parent | 26861532a24d32405546d9734936c0f684db9b33 (diff) | |
download | nnn-3e053e9412bedb10f2a171ddfbbd72e7432a9bda.tar.gz |
Wild mode for nav-as-you-type
Diffstat (limited to 'scripts/auto-completion/fish/nnn.fish')
-rw-r--r-- | scripts/auto-completion/fish/nnn.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-completion/fish/nnn.fish b/scripts/auto-completion/fish/nnn.fish index 3ec36eb..f6e86a4 100644 --- a/scripts/auto-completion/fish/nnn.fish +++ b/scripts/auto-completion/fish/nnn.fish @@ -16,3 +16,4 @@ complete -c nnn -s p -r -d 'copy selection to file' complete -c nnn -s s -d 'use substring match for filters' complete -c nnn -s S -d 'start in disk usage analyzer mode' complete -c nnn -s v -d 'show program version and exit' +complete -c nnn -s w -d 'wild mode' |