VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.73k stars 1.31k forks source link

Move directly into visual mode when selecting text while in insert mode #4972

Open NetherKing1357 opened 4 years ago

NetherKing1357 commented 4 years ago

Is your feature request related to a problem? Please describe. Even when in Insert mode, vim directly moves into Visual mode when text selection using mouse occurs. I've gotten used to using this feature when I take my hands off the keyboard. VSCodeVim on the other hand triggers the text selection mode of VSCode (when starting from insert mode)

Describe the solution you'd like Switch to Visual mode when selecting text with mouse or Shift+arrow keys, instead of toggling VS Code's text selection feature

Additional context CopyQ bbpjfm

llcxiongmao commented 7 months ago

please, any news? ideavim/vsvim both entry visual mode when selection in insert mode, i want to, it is very useful.

josecastillolema commented 1 month ago

It would be nice that this feature could be customizable, i.e.: I would prefer to see this behavior on normal mode only.