crusj / bookmarks.nvim

Remember file locations and sort by time and frequency and support telescope.
MIT License
222 stars 17 forks source link

feat(bookmark-window): add key mappings related to focus #41

Closed xlboy closed 9 months ago

xlboy commented 9 months ago
  1. Add toggle_focus key This allows for quick switching between tags-window and bookmarks-window.

    PS: Of course, the specific implementation can easily include the preview-window.

  2. Add focus key mappings for tags-window and bookmarks-window The default <c-j>, <c-k> may not necessarily cater to everyone's preferences. For instance, I am one of them :)

crusj commented 9 months ago

Thanks for you pr.