Skip to content

v2.6.1

Latest
Compare
Choose a tag to compare
@LintaoAmons LintaoAmons released this 20 Jan 14:54
· 3 commits to main since this release

Improved Telescope Integration

image
  • Enhanced bookmark picker with better formatting
  • Added customizable entry display for telescope results
  • New config option picker.entry_display for custom display formats

UI Improvements

  • Added customizable active list icon via treeview.active_list_icon
  • Reduced backup notification noise
  • Updated README with new screenshots and documentation
image

Custom Command Bindings

  • Added documentation for binding commands to shortcuts
  • New examples showing how to create custom commands
vim.keymap.set({ "n", "v" }, "Bd", function()
  require("bookmarks.commands").delete_mark_of_current_file()
end)