diff options
| author | 2019-12-19 08:37:17 +0530 | |
|---|---|---|
| committer | 2019-12-19 08:45:26 +0530 | |
| commit | cf388649b9cd6fba38b9c0dca49c29bad3b6f737 (patch) | |
| tree | f0e72f2fb7a3fedfb8b0958a6e952addec0fc280 /misc/auto-completion/zsh/_nnn | |
| parent | 92ac068815a91de6ecaa0f385ccf71136086e7c1 (diff) | |
| download | nnn-cf388649b9cd6fba38b9c0dca49c29bad3b6f737.tar.gz | |
Internal states, sessions changes
- replace bools for internal non-persistent binary states with an uchar
- do not store path to session, derive from config path in tmp buffer
- program option to load session is not `-s`
- remove auto-stored session "@" on restore
- minor help update
Diffstat (limited to 'misc/auto-completion/zsh/_nnn')
| -rw-r--r-- | misc/auto-completion/zsh/_nnn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/auto-completion/zsh/_nnn b/misc/auto-completion/zsh/_nnn index 6e94a0e..c37012c 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -13,7 +13,6 @@ args=( '(-b)-b[bookmark key to open]:key char' '(-c)-c[cli-only opener]' '(-d)-d[start in detail mode]' - '(-e)-e[load session]:session name' '(-E)-E[use EDITOR for undetached edits]' '(-g)-g[regex filters]' '(-H)-H[show hidden files]' @@ -25,6 +24,7 @@ args=( '(-Q)-Q[disable quit confirmation]' '(-r)-r[show cp, mv progress (Linux-only)]' '(-R)-R[disable rollover at edges]' + '(-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]' |