diff options
| author | 2019-12-28 11:15:38 +0530 | |
|---|---|---|
| committer | 2019-12-28 11:15:38 +0530 | |
| commit | e3e6e1671a294ba7ad46b4ed780fae064e65904a (patch) | |
| tree | ff50595fd1ab8085ce046afdcb2e1008bfe4689e /misc/auto-completion/zsh | |
| parent | d13fea6fa26ff9e9940cde310a90d21482bcaaa2 (diff) | |
| download | nnn-e3e6e1671a294ba7ad46b4ed780fae064e65904a.tar.gz | |
Keybind v for version sort
Diffstat (limited to 'misc/auto-completion/zsh')
| -rw-r--r-- | misc/auto-completion/zsh/_nnn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index a8b5f23..7aa9ba4 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -26,8 +26,8 @@ args=( '(-s)-s[load session]:session name' '(-S)-S[start in disk usage analyzer mode]' '(-t)-t[disable dir auto-select]' - '(-v)-v[show program version and exit]' - '(-V)-V[use version compare to sort files]' + '(-v)-v[use version compare to sort files]' + '(-V)-V[show program version and exit]' '(-x)-x[notis, sel to system clipboard]' '(-h)-h[show program help]' '*:filename:_files' |