diff options
author | 2019-02-06 00:38:55 +0530 | |
---|---|---|
committer | 2019-02-06 00:38:55 +0530 | |
commit | cebb2469d34a3e1d80b071af91f0e39e5c678e84 (patch) | |
tree | 7f0fbba42a8fc255150bb5c837acfa42292b3558 /scripts/auto-completion/zsh | |
parent | 512d217392d19e0cb757ed392700455371b99320 (diff) | |
download | nnn-cebb2469d34a3e1d80b071af91f0e39e5c678e84.tar.gz |
Add option -s to use string filters
Diffstat (limited to 'scripts/auto-completion/zsh')
-rw-r--r-- | scripts/auto-completion/zsh/_nnn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-completion/zsh/_nnn b/scripts/auto-completion/zsh/_nnn index 04670a1..9171a91 100644 --- a/scripts/auto-completion/zsh/_nnn +++ b/scripts/auto-completion/zsh/_nnn @@ -17,6 +17,7 @@ args=( '(-l)-l[start in light mode (fewer details)]' '(-n)-n[use version compare to sort files]' '(-p)-p[copy selection to file]:file name' + '(-s)-s[use substring match for filters]' '(-S)-S[start in disk usage analyzer mode]' '(-v)-v[show program version and exit]' '*:filename:_files' |