diff --git a/Basic-use-cases.md b/Basic-use-cases.md index ba0154d..c6f9082 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -44,15 +44,15 @@ export NNN_BMS="d:$HOME/Documents;u:/home/user/Cam Uploads;D:$HOME/Downloads/" The bookmarks are listed in the help and config screen (key ?). +The select bookmark key b lists all the bookmark keys set in `NNN_BMS` in the bookmarks prompt. + #### Symlinked bookmarks -A symlinked bookmark to the current directory can be created with the B key. +A symlinked bookmark to the current directory can be created with the B key (or manually under `~/.config/nnn/bookmarks`). -Add prefix `n_` to the name to open the target of the symlink. Press - to return to the original directory. +Pressing Enter at the bookmarks prompt takes to this directory. If `NNN_BMS` is not set, the select bookmark key directly opens it. -Symlinks can also be created manually under the "bookmarks" directory in the nnn config directory (`~/.config/nnn/bookmarks`). - -Pressing Enter at the bookmarks prompt takes to this directory. If `NNN_BMS` is not set, it happens directly on select bookmark key. +Press - to return to the original directory right after entering a symlinked bookmark. #### Mark directory