- 📋 Note: take note for a boards and give it a tag(s) (shout out to trello architecture).
- ♻️ Temporary: you can keep your notes for your current session and note save them.
(delete them when session is quit) - 💾 Save: you can save your note and sync it between your sessions (localy for now).
https://github.com/folke/flash.nvim/blob/main/README.md?plain=1
- 🔍 Search Integration: integrate flash.nvim with your regular
search using
/
or?
. Labels appear next to the matches, allowing you to quickly jump to any location. Labels are guaranteed not to exist as a continuation of the search pattern. - ⌨️ type as many characters as you want before using a jump label.
- ⚡ Enhanced
f
,t
,F
,T
motions - 🌳 Treesitter Integration: all parents of the Treesitter node under your cursor are highlighted with a label for quick selection of a specific Treesitter node.
- 🎯 Jump Mode: a standalone jumping mode similar to search
- 🔎 Search Modes:
exact
,search
(regex), andfuzzy
search modes - 🪟 Multi Window jumping
- 🌐 Remote Actions: perform motions in remote locations
- ⚫ dot-repeatable jumps
- 📡 highly extensible: check the examples