diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-06-16 18:56:11 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-06-17 07:04:25 +0530 |
commit | 32b3445f3b96ae1c177a026e0fc9726ce17bbf81 (patch) | |
tree | a21609a5410673f3e0fbf9ad04787134eb3c25ea /scripts/auto-completion/fish | |
parent | 815155033dc6ad54f6b2687b49d6d162458c5c30 (diff) | |
download | nnn-32b3445f3b96ae1c177a026e0fc9726ce17bbf81.tar.gz |
Use case insensitive version sort to compare
Diffstat (limited to 'scripts/auto-completion/fish')
-rw-r--r-- | scripts/auto-completion/fish/nnn.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auto-completion/fish/nnn.fish b/scripts/auto-completion/fish/nnn.fish index 02f8024..c0a6b1f 100644 --- a/scripts/auto-completion/fish/nnn.fish +++ b/scripts/auto-completion/fish/nnn.fish @@ -11,7 +11,6 @@ complete -c nnn -s e -d 'use exiftool instead of mediainfo' complete -c nnn -s h -d 'show this help and exit' 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' |