Improved Telescope Integration
- 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
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)