Merge branch 'save_last_dir' of github.com:dedukun/bookmarks.yazi into save_last_dir
This commit is contained in:
@@ -69,12 +69,12 @@ require("bookmarks"):setup({
|
||||
When enabled, a new bookmark is automatically created in `''` which allows the user to jump back to
|
||||
the last directory.
|
||||
|
||||
### Notify
|
||||
### `notify`
|
||||
|
||||
When enabled, notifications will be shown when the user creates a new bookmark and deletes one or
|
||||
all saved bookmarks.
|
||||
|
||||
By default the notification as a 1 second timeout that can be changed with `notify.timeout`.
|
||||
By default the notification has a 1 second timeout that can be changed with `notify.timeout`.
|
||||
|
||||
Furthermore, the you can customize the notification messages with `notify.message`.
|
||||
For the `new` and `delete` messages, you can use `<key>` and `<folder>`, which will be replaced by the respective new/deleted bookmark's associated key and folder.
|
||||
Furthermore, you can customize the notification messages with `notify.message`.
|
||||
For the `new` and `delete` messages, the `<key>` and `<folder>` keywords can be used, which will be replaced by the respective new/deleted bookmark's associated key and folder.
|
||||
|
||||
Reference in New Issue
Block a user