modes.nvim
modes.nvim copied to clipboard
Select mode
It would be nice if this plugin would support select mode as well, as this is used by snippet engines like luasnip.
Could you provide a minimal init.lua and sample file to be able to test this? I don't personally use snippets but would be happy to work on this after #59 is merged.
This can be tested with an empty init.lua. First select a word in a buffer (e.g. with 'viw'). Now we are in Visual mode. Press C-G, now we are in Select mode.