Browse Source

Fix #342: mention as Lead key in docs

master
Arun Prakash Jana 5 years ago
parent
commit
7965fa1b0d
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      README.md
  2. +1
    -1
      nnn.1

+ 4
- 4
README.md View File

@@ -235,11 +235,11 @@ Notes:
| Left single | Select context or entry |
| Left double | Select context or open entry |

#### Leader key
#### Lead key

The Leader/Lead key provides a powerful multi-functional navigation mechanism. It is case-sensitive and understands contexts, bookmarks and location shortcuts.
The Lead/Leader key provides a powerful multi-functional navigation mechanism. It is case-sensitive and understands contexts, bookmarks and location shortcuts.

| Key | Function |
| Follower key | Function |
|:---:| --- |
| <kbd>1-4</kbd> | Go to/create selected context |
| key | Go to bookmarked location |
@@ -247,7 +247,7 @@ The Leader/Lead key provides a powerful multi-functional navigation mechanism. I
| <kbd>~</kbd> <kbd>`</kbd> <kbd>@</kbd> <kbd>-</kbd> | Visit HOME, `/`, start, last visited dir |
| <kbd>.</kbd> | Toggle show hidden files |

When the filter is on, <kbd>/</kbd> works as an additional Leader key.
When the filter is on, <kbd>/</kbd> works as an additional Lead key.

#### Help



+ 1
- 1
nnn.1 View File

@@ -161,7 +161,7 @@ when dealing with the !, e and p commands respectively. A single combination to
.Bd -literal
export NNN_BMS='d:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/'

NOTE: To go to a bookmark, press the leader key followed by the bookmark key.
NOTE: To go to a bookmark, press the Lead key followed by the bookmark key.
.Ed
.Pp
\fBNNN_PLUG:\fR directly executable plugins as \fIkey_char:location\fR pairs (max 10) separated by


Loading…
Cancel
Save