diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-25 22:18:09 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-25 22:18:09 +0530 |
commit | ffb0b0e3c220cb17db2c5de1fae2c8899901fadd (patch) | |
tree | 7d053bab702ac8f5c853f4308f74abbaff668893 /misc/auto-completion/zsh | |
parent | 541bc3f653ae6af0f49b6844bc641e9f4627f99d (diff) | |
download | nnn-ffb0b0e3c220cb17db2c5de1fae2c8899901fadd.tar.gz |
Revert "Use b and ^B as bookmark key"
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570.
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..c37012c 100644 --- a/misc/auto-completion/zsh/_nnn +++ b/misc/auto-completion/zsh/_nnn @@ -16,8 +16,9 @@ args=( '(-E)-E[use EDITOR for undetached edits]' '(-g)-g[regex filters]' '(-H)-H[show hidden files]' + '(-i)-i[start in navigate-as-you-type mode]' '(-K)-K[detect key collision]' - '(-n)-n[start in navigate-as-you-type mode]' + '(-n)-n[use version compare to sort files]' '(-o)-o[open files only on Enter]' '(-p)-p[copy selection to file]:file name' '(-Q)-Q[disable quit confirmation]' @@ -27,7 +28,6 @@ args=( '(-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]' '(-x)-x[notis, sel to system clipboard]' '(-h)-h[show program help]' '*:filename:_files' |