You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😁
The text was updated successfully, but these errors were encountered:
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
orcoc.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 ton/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 😁
The text was updated successfully, but these errors were encountered: