1
1
mirror of https://github.com/jarun/nnn.git synced 2024-10-26 14:28:31 +03:00

Updated Basic use cases (markdown)

luukvbaal 2021-05-31 01:01:09 +02:00
parent 7b80e906ee
commit 251cf8ec14

@ -35,7 +35,7 @@
Set environment variable `NNN_BMS` as a string of `key_char:location` pairs separated by semicolons (`;`):
```sh
export NNN_BMS='d:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/'
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 <kbd>?</kbd>).