VSCodeVim / VSCodeVim/Vim

Pressing `:` appears to be broken in both Normal and Insert modes

Open
#4,229 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Describe the bug
Pressing : doesn't work, regardless of mode.

To Reproduce
Steps to reproduce the behavior:

  1. Open a file. Enter Normal mode, type Shift + : + w
  2. See the following error:

image

  1. Enter Insert mode. Type : in the editor.
  2. See the following prompt in the status bar, and note that a colon is not inserted into the editor.

image

Expected behavior
When in Normal mode, pressing shift + : + w should execute the write command.

When in Insert mode, pressing : should enter a colon into the editor.

Screenshots
(See above)

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.11.3
  • VSCode version: 1.39.2
  • OS: Darwin x64 19.0.0

Additional context
This is the entirety of my settings.json:

image

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

No source files, tests, or entry points are mentioned. Reproduce the colon behavior in VSCode using the reported Normal and Insert mode steps, then trace the key handling paths; done means :w works in Normal mode and : is inserted in Insert mode.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.