Not a bug realy, but is there plans to do multiple cursours with VS's cursours? it is extremely useful to create cursors for occurrences and then be able to do vim stuff for each cursor.
Yeah, I'm looking the way how to select in visual, and then with Ctrl+n add to selection other occurrences like in vim-multiple-cursors. Is it feasible right now? Btw. great work.
not yet, but definitely something i will look into. For now they're work in insert mode. In meantimecgn (. dot repeat from vim-repeat doesn't work though yet) or dgn may work for you
I will check it out
What I did was to remove the Ctrl+d keybinding for "outdent line", now I can use VSCode's native keybinding for "add selection to next find match" (only on insert mode of course)
What I did was to remove the Ctrl+d keybinding for "outdent line", now I can use VSCode's native keybinding for "add selection to next find match" (only on insert mode of course)
@pumpkinlink where did you make this change? I saw the setting is in a package.json in the extension code, but don't know how i would access that.
Most helpful comment
What I did was to remove the Ctrl+d keybinding for "outdent line", now I can use VSCode's native keybinding for "add selection to next find match" (only on insert mode of course)