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 /nnn.1 | |
parent | 541bc3f653ae6af0f49b6844bc641e9f4627f99d (diff) | |
download | nnn-ffb0b0e3c220cb17db2c5de1fae2c8899901fadd.tar.gz |
Revert "Use b and ^B as bookmark key"
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570.
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,6 +13,7 @@ .Op Ar -E .Op Ar -g .Op Ar -H +.Op Ar -i .Op Ar -K .Op Ar -n .Op Ar -p file @@ -22,7 +23,6 @@ .Op Ar -s name .Op Ar -S .Op Ar -v -.Op Ar -V .Op Ar -x .Op Ar -h .Op Ar PATH @@ -65,11 +65,14 @@ supports the following options: .Fl H show hidden files .Pp +.Fl i + start in navigate-as-you-type mode +.Pp .Fl K test for keybind collision .Pp .Fl n - start in navigate-as-you-type mode + use case-insensitive version compare to sort files .Pp .Fl o open files only on Enter key @@ -98,9 +101,6 @@ supports the following options: .Fl v show version and exit .Pp -.Fl V - use case-insensitive version compare to sort files -.Pp .Fl x show notis on selection cp, mv, rm completion; copy path to system clipboard on select .Pp |