This commit is contained in:
2025-08-31 05:37:24 +02:00
parent 455b348f60
commit 49d8ae7c6f
15 changed files with 25 additions and 343 deletions

View File

@@ -1,18 +0,0 @@
-- ~/.config/yazi/init.lua
require("bookmarks"):setup({
last_directory = { enable = true, persist = true, mode="dir" },
persist = "all",
desc_format = "full",
file_pick_mode = "hover",
custom_desc_input = false,
notify = {
enable = true,
timeout = 1,
message = {
new = "New bookmark '<key>' -> '<folder>'",
delete = "Deleted bookmark in '<key>'",
delete_all = "Deleted all bookmarks",
},
},
})