mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix #342: mention as Lead key in docs
This commit is contained in:
parent
f72cf4cee4
commit
7965fa1b0d
|
@ -235,11 +235,11 @@ Notes:
|
||||||
| Left single | Select context or entry |
|
| Left single | Select context or entry |
|
||||||
| Left double | Select context or open 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 |
|
| <kbd>1-4</kbd> | Go to/create selected context |
|
||||||
| key | Go to bookmarked location |
|
| 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> <kbd>`</kbd> <kbd>@</kbd> <kbd>-</kbd> | Visit HOME, `/`, start, last visited dir |
|
||||||
| <kbd>.</kbd> | Toggle show hidden files |
|
| <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
|
#### Help
|
||||||
|
|
||||||
|
|
2
nnn.1
2
nnn.1
|
@ -161,7 +161,7 @@ when dealing with the !, e and p commands respectively. A single combination to
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_BMS='d:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/'
|
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
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_PLUG:\fR directly executable plugins as \fIkey_char:location\fR pairs (max 10) separated by
|
\fBNNN_PLUG:\fR directly executable plugins as \fIkey_char:location\fR pairs (max 10) separated by
|
||||||
|
|
Loading…
Reference in a new issue