toggle bookmark without asking me for description #66
-
Can i toggle bookmark without asking me for description? |
Beta Was this translation helpful? Give feedback.
Answered by
LintaoAmons
Jan 17, 2025
Replies: 1 comment
-
you can try this vim.keymap.set("n", "mt", function()
require("bookmarks.domain.service").toggle_mark("")
require("bookmarks.sign").safe_refresh_signs()
pcall(require("bookmarks.tree.operate").refresh)
end) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zoomlin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can try this