ziontee113 / SelectEase

SelectEase selects matching nodes near the cursor using Treesitter queries with Vim's Select Mode.
80 stars 4 forks source link

Is it possible to disable the "typing right away" behavior? #2

Closed Diullei closed 1 year ago

Diullei commented 1 year ago

Hei very nice plugin! Thank you for creating and sharing it with the community! :)

Would it be possible to have a flag in the configuration to disable the "typing right away" behavior in case I just want to use the navigation feature?

Case you don't have the intention to add this flag, do you mind pointing me to where I would need to change it in order to disable it?

ziontee113 commented 1 year ago

Hi @Diullei , this has been implemented at 63c0d481204d5ff61554c695d21d2979b82dc277.

You use this behavior, you can add the option visual_mode = true into your mappings.

Diullei commented 1 year ago

@ziontee113 Ok, thanks! :)