pounce.nvim
pounce.nvim copied to clipboard
[Feature request] Tab to jump through matches
I really like the fuzzy search approach of this plugin. It feels more intuitive and easier for me than other motion plugins I tried.
I found the flow of auto-completion (for example with nvim-cmp
or coc.nvim
) very natural: we type some characters, and a list of suggestions appears, and we Tab (or Shift-Tab) through the list to select. No need to look for the "labels" (F, G...).
I think we can make a similar flow for pounce
. After we type some characters, we see highlighted matches to jump, and it's great if we can Tab/Shift-Tab to jump (from the best match) without seeking the correct label. Similar to n/N
for searching with /
.
Please let me know your thoughts about this. Really appreciate it if this feature is implemented. Thank you for a nice plugin 😁