diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-18 02:35:05 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-03-18 02:35:05 +0530 |
commit | 85379a703bb698eb69447a1fc2a717e8f2813717 (patch) | |
tree | 50e0b2026abc8fbb28137899a075654bea80b061 /misc/auto-completion/fish | |
parent | fc8c5b46b382998e4a25cf4d8bfd5fce4f0831c0 (diff) | |
download | nnn-85379a703bb698eb69447a1fc2a717e8f2813717.tar.gz |
Option -T to change default sort order
Diffstat (limited to 'misc/auto-completion/fish')
-rw-r--r-- | misc/auto-completion/fish/nnn.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/auto-completion/fish/nnn.fish b/misc/auto-completion/fish/nnn.fish index 99c857a..6bc3e0e 100644 --- a/misc/auto-completion/fish/nnn.fish +++ b/misc/auto-completion/fish/nnn.fish @@ -30,6 +30,7 @@ complete -c nnn -s R -d 'disable rollover at edges' complete -c nnn -s s -r -d 'load session by name' -x -a '@\t"last session" (ls $sessions_dir)' complete -c nnn -s S -d 'start in disk usage analyzer mode' complete -c nnn -s t -r -d 'timeout in seconds to lock' +complete -c nnn -s T -r -d 'a d e r s t v' complete -c nnn -s v -d 'use version compare to sort files' complete -c nnn -s V -d 'show program version and exit' complete -c nnn -s x -d 'notis, sel to system clipboard' |