tris203 / precognition.nvim

💭👀precognition.nvim - Precognition uses virtual text and gutter signs to show available motions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Inside Jump Context for Delete and Select

roflhouse opened this issue · comments

Hey I really like the current functionality so good work!
I am newish to nvim so i am not even sure this is possible but i would be very cool if this could support the various inside jump commands as well.

Namely, if the hints could change when i type "vi" or "di" or "ci" and list the various forms of inside selection. It would be very cool to see this support the various non-obvious commands like inside argument, block, etc. You probably don't need to support the obvious ones like like ending quotes or brackets.

Great idea, was thinking the same thing. it could show the first occurrence of ' , ", (, {, [ from the cursor position