From c841641bfa2ddfcf4b18708afc4e07789fb84e13 Mon Sep 17 00:00:00 2001 From: nisemono0 <12276968+nisemono0@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:25:26 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 577a2c4..e8a6f1f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ require("bookmarks"):setup({ desc_format = "full", file_pick_mode = "hover", custom_desc_input = false, + show_keys = false, notify = { enable = false, timeout = 1, @@ -144,3 +145,13 @@ For the `new` and `delete` messages, the `` and `` keywords can be When enabled, user can change description for new bookmark before it is saved. By default the custom description input is filled with path. + +### `show_keys` + +When enabled, saving a new bookmark will display a list of all available keys. + +If a key already has a saved bookmark, its description will be shown. + +This helps prevent accidental overwriting of existing bookmarks. + +By default no information is shown.