mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Update docs
This commit is contained in:
parent
8175571952
commit
14e80c3872
|
@ -60,7 +60,7 @@ Runs on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw) (Android), L
|
||||||
- Navigation
|
- Navigation
|
||||||
- *Type-to-nav* mode with automatic matching dir entry
|
- *Type-to-nav* mode with automatic matching dir entry
|
||||||
- Contexts (_aka_ tabs/workspaces) with custom colors
|
- Contexts (_aka_ tabs/workspaces) with custom colors
|
||||||
- Sessions, bookmarks with hotkeys; mark and visit a dir
|
- Sessions, bookmarks, mark and visit a dir
|
||||||
- Remote mounts (needs `sshfs`, `rclone`)
|
- Remote mounts (needs `sshfs`, `rclone`)
|
||||||
- Familiar shortcuts (arrows, <kbd>~</kbd>, <kbd>-</kbd>, <kbd>@</kbd>), quick look-up
|
- Familiar shortcuts (arrows, <kbd>~</kbd>, <kbd>-</kbd>, <kbd>@</kbd>), quick look-up
|
||||||
- `cd` on quit (*easy* shell integration)
|
- `cd` on quit (*easy* shell integration)
|
||||||
|
|
6
nnn.1
6
nnn.1
|
@ -359,9 +359,9 @@ There are 2 ways (can be used together) to manage bookmarks.
|
||||||
|
|
||||||
Pressing 'Enter' at the bookmarks prompt takes to this directory.
|
Pressing 'Enter' at the bookmarks prompt takes to this directory.
|
||||||
If \fINNN_BMS\fR is not set, the select bookmark key directly opens it.
|
If \fINNN_BMS\fR is not set, the select bookmark key directly opens it.
|
||||||
|
.Pp
|
||||||
Press '-' to return to the original directory right after entering a
|
On entering a bookmark, the directory where the select bookmark key was
|
||||||
symlinked bookmark.
|
pressed is set as the previous directory. Press '-' to return to it.
|
||||||
.Pp
|
.Pp
|
||||||
.Sh UNITS
|
.Sh UNITS
|
||||||
The minimum file size unit is byte (B). The rest are K, M, G, T, P, E, Z, Y
|
The minimum file size unit is byte (B). The rest are K, M, G, T, P, E, Z, Y
|
||||||
|
|
Loading…
Reference in a new issue