VSCodeVim / VSCodeVim/Vim

Vertical selection doesn't work

Open
#4,227 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area/selection kind/bug
Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The entry point named by the report is VS Code's cursorColumnSelectDown command while VSCodeVim is in insert mode; first reproduce with the listed VSCodeVim and VSCode versions. Done means vertical selection moves through an arbitrary number of rows and creates one cursor per line, matching normal mode.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vim, vscode
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.