Skip to content

toggle bookmark without asking me for description #66

Answered by LintaoAmons
zoomlin asked this question in Q&A
Discussion options

You must be logged in to vote

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)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zoomlin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants