diff options
author | 2019-07-14 23:00:14 +0530 | |
---|---|---|
committer | 2019-07-14 23:00:14 +0530 | |
commit | aa840a7f657c43612f40d24b1ed3a603b86d6e34 (patch) | |
tree | 38d4230ed98104cb4f7af3547c4c26e02006c8c2 /misc/auto-completion/zsh | |
parent | 1388b9ea71653688974c519120bb43048314b6b4 (diff) | |
download | nnn-aa840a7f657c43612f40d24b1ed3a603b86d6e34.tar.gz |
Resurrect default sort
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 17d1c1a..20a313f 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -15,6 +15,7 @@ args=( '(-h)-h[show this help and exit]' '(-i)-i[start in navigate-as-you-type mode]' '(-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]' |