Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inserting keywords on pressing arrow keys in visual mode #1458

Closed
zhelanov opened this issue Apr 2, 2017 · 4 comments · Fixed by #1663
Closed

Inserting keywords on pressing arrow keys in visual mode #1458

zhelanov opened this issue Apr 2, 2017 · 4 comments · Fixed by #1663

Comments

@zhelanov
Copy link

zhelanov commented Apr 2, 2017

What did you do?

Ctrl+V (enter visual mode), select a few lines, type I, type # (just to comment these lines), press Up / Down arrow (for example)

What did you expect to happen?

Just go to a line above / below

What happened instead?

On selected lines appears and

Technical details:

  • VSCode Version: 1.10.2
  • VsCodeVim Version: 0.6.11
  • OS: Windown 7 x64
@johnfn
Copy link
Member

johnfn commented Apr 2, 2017

I think some formatting got messed up here?

@xconverge
Copy link
Member

I can reproduce this, just go to visual block, press I, then use the arrow keys

@johnfn
Copy link
Member

johnfn commented Apr 10, 2017

That's because _you shouldn't be using the arrow keys_ 😉

@johnfn
Copy link
Member

johnfn commented Apr 10, 2017

We don't make it impossible to use vim wrong. We just make it cause all sorts of annoying bugs. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants