diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-06 00:38:55 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-06 00:38:55 +0530 |
commit | cebb2469d34a3e1d80b071af91f0e39e5c678e84 (patch) | |
tree | 7f0fbba42a8fc255150bb5c837acfa42292b3558 /scripts/auto-completion/fish/nnn.fish | |
parent | 512d217392d19e0cb757ed392700455371b99320 (diff) | |
download | nnn-cebb2469d34a3e1d80b071af91f0e39e5c678e84.tar.gz |
Add option -s to use string filters
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 156e7d4..3ec36eb 100644 --- a/scripts/auto-completion/fish/nnn.fish +++ b/scripts/auto-completion/fish/nnn.fish @@ -13,5 +13,6 @@ complete -c nnn -s i -d 'start in navigate-as-you-type mode' complete -c nnn -s l -d 'start in light mode (fewer details)' complete -c nnn -s n -d 'use version compare to sort files' 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' |