From 1b6fbc38b0fba38d58861c7c186e705997221a12 Mon Sep 17 00:00:00 2001 From: Arun Date: Sat, 28 May 2022 23:06:44 +0530 Subject: [PATCH] Updated Basic use cases (markdown) --- Basic-use-cases.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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