Vscode-neovim: VSCode Multiple cursors

Created on 16 Dec 2019  路  5Comments  路  Source: asvetliakov/vscode-neovim

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.

enhancement

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)

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

albert-ying picture albert-ying  路  4Comments

DrakeXiang picture DrakeXiang  路  5Comments

asvetliakov picture asvetliakov  路  5Comments

DrakeXiang picture DrakeXiang  路  4Comments

RAbraham picture RAbraham  路  4Comments