mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 11:21:27 +00:00
Updated Basic use cases (markdown)
parent
d53ede2468
commit
fabc7edca5
|
@ -46,11 +46,13 @@ The bookmarks are listed in the help and config screen (key <kbd>?</kbd>).
|
|||
|
||||
#### Symlinked bookmarks
|
||||
|
||||
Create symlinks to bookmarked locations within the `bookmarks` directory in the `nnn` config directory.
|
||||
A symlinked bookmark to the current directory can be created with the <kbd>B</kbd> key.
|
||||
|
||||
<kbd>Enter</kbd> at the bookmarks prompt takes to this directory. If `NNN_BMS` is not set, it happens directly on bookmarks key.
|
||||
Add prefix `n_` to the names to open the targets instead of the symlinks.
|
||||
|
||||
To add a new bookmark, visit the directory and press <kbd>B</kbd>. Note that <kbd>,</kbd> only remembers a location in memory.
|
||||
Symlinks can also be created manually under the "bookmarks" directory in the nnn config directory (`~/.config/nnn/bookmarks`).
|
||||
|
||||
Pressing <kbd>Enter</kbd> at the bookmarks prompt takes to this directory. If `NNN_BMS` is not set, it happens directly on bookmarks key.
|
||||
|
||||
#### Mark directory
|
||||
|
||||
|
|
Loading…
Reference in a new issue