diff options
author | 2020-01-17 19:06:42 +0530 | |
---|---|---|
committer | 2020-01-17 19:37:57 +0530 | |
commit | 64667b377d132cd915d128d91c2ab7b38c1ba683 (patch) | |
tree | 97a51406471052e9d91969fc9dfcfce6533b3283 /misc/auto-completion/zsh | |
parent | 94a233b808e039d1a17aab4e12f1b1fb13302d54 (diff) | |
download | nnn-64667b377d132cd915d128d91c2ab7b38c1ba683.tar.gz |
Options -e and -t
Replaces the following environment variables:
- NNN_USE_EDITOR
- NNN_IDLE_TIMEOUT
Diffstat (limited to 'misc/auto-completion/zsh')
-rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index d36d6ee..bd6e926 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -14,6 +14,7 @@ args=( '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' '(-d)-d[start in detail mode]' + '(-e)-e[open text files in $VISUAL/$EDITOR/vi]' '(-E)-E[use EDITOR for undetached edits]' '(-g)-g[regex filters]' '(-H)-H[show hidden files]' @@ -26,6 +27,7 @@ args=( '(-R)-R[disable rollover at edges]' '(-s)-s[load session]:session name' '(-S)-S[start in disk usage analyzer mode]' + '(-t)-t[timeout to lock]:seconds' '(-v)-v[use version compare to sort files]' '(-V)-V[show program version and exit]' '(-x)-x[notis, sel to system clipboard]' |