Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vim's built-in marks are great, but they're global and get messy fast. Marksman

- **Project-scoped marks** - Each project gets its own isolated set of bookmarks
- **Persistent storage** - Your marks survive Neovim restarts with automatic backup
- **Smart naming** - Context-aware auto-generation based on code structure
- **Smart naming** - Context-aware auto-generation using Treesitter and pattern matching
- **Quick access** - Jump to marks with single keys or interactive UI
- **Enhanced search** - Find marks by name, file path, or content with real-time filtering
- **Mark reordering** - Move marks up/down to organize them as needed
Expand Down
Loading