From cebb2469d34a3e1d80b071af91f0e39e5c678e84 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 6 Feb 2019 00:38:55 +0530 Subject: Add option -s to use string filters --- scripts/auto-completion/fish/nnn.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/auto-completion/fish/nnn.fish') 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' -- cgit v1.2.3-70-g09d2