74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

when it clicks with no selected text, it keeps VISUAL mode #65

Closed kkorus closed 6 years ago

kkorus commented 6 years ago

Steps to reproduce:

  1. Select some text (with mouse) in "VISUAL" mode.
  2. Place cursor somewhere in the code and click with left mouse.
  3. Press "i", it keeps being in "VISUAL" mode instead of "INSERT".

To "fix" it I need to press "ESC" and then "i" again to have "INSERT" mode.

kkorus commented 6 years ago

@74th thanks for develiring support for J :) do you know when we can expect this bug fix? Cheers.

74th commented 6 years ago

@kkorus Sorry, not yet.

kkorus commented 6 years ago

@74th Could you were able to reproduce it? To be honest it's quite annoying :(

74th commented 6 years ago

@kkorus This is a bug issue, and I think it will change to normal mode with single click. So it is abe to change to insert when i key is pressed. Do you think it has to keep visual mode?

kkorus commented 6 years ago

@74th If just do simply single click and press i it goes to insert -that's ok, but when select more text and do single slick and then press i it keeps visual mode - that's not ok.

74th commented 6 years ago

I released v0.5.2, it seems good for this bug.

kkorus commented 6 years ago

@74th I will have a look, thanks 😉