Settings

Theme

Show HN: Waypoint.nvim – A Neovim plugin for bookmarking lines of code

github.com

9 points by patrick-sharp 22 days ago · 0 comments · 1 min read

Reader

I made this plugin because I felt like existing bookmark plugins were lacking some important features, including:

- The ability to reorder your bookmarks

- The ability to delete and move your bookmarks in bulk

- The ability to view lines of code around your bookmarks

- Syntax highlighting in the preview window

- Resilience to the content of files changing (e.g. checking out a git commit that changes the file contents won't delete your bookmarks)

Let me know what you think! If you have any feedback, please create a github issue or email patricksharp.dev@gmail.com

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection