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

Vertical selection doesn't work #4227

Open
lexmsl1 opened this issue Oct 30, 2019 · 3 comments
Open

Vertical selection doesn't work #4227

lexmsl1 opened this issue Oct 30, 2019 · 3 comments

Comments

@lexmsl1
Copy link

lexmsl1 commented Oct 30, 2019

When in normal mode (Vim plugin is not activated) one can do a vertical selection on an arbitrary number of rows. If the Vim mode is activated and you enter insert mode then this feature works only for 3 rows.

To Reproduce

Steps to reproduce the behavior:

  1. Press i to enter insert mode.
  2. To activate vertical selection mode press Ctrl Shift Up/Down to start selecting vertically.
    In Keyboard Shortcuts this corresponds to the command cursorColumnSelectDown and corresponding key binding in your OS.

Expected behavior

The cursor starts moving up/down and multiple cursors appear vertically (one per each line).

  • Extension (VsCodeVim) version:1.11.3
  • VSCode version: 1.39.2
  • OS: macOS Mojave 10.14.6
@J-Fields
Copy link
Member

Unable to reproduce on Windows 10

@lexmsl1
Copy link
Author

lexmsl1 commented Apr 20, 2020

Does anybody else have the same issue in macOS?

@jon301
Copy link

jon301 commented Nov 27, 2020

Hi there, I'm also encountering this issue. See demo below:

VSCodeVim disabled

2020-11-27 09 21 00

VSCodeVim enabled

2020-11-27 09 22 04

Extension (VsCodeVim) version: 1.17.1
VSCode version: 1.51.1
OS: macOS Big Sur 11.0.1

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

No branches or pull requests

3 participants