VSCodeVim / VSCodeVim/Vim

Typing a backtick places another backtick at the next cursor position

Open
#4,631 5 comments 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

Steps to reproduce:

  1. Type something.
  2. Type a backtick.
  3. Place the cursor somewhere inside the text already written, either by mouse or by Alt+Arrowkey. (Doesn't happen with vim movements.)

Actual behavior: The character at the new cursor position is overwritten by a backtick.

Expected behavior: The character at the new cursor position is not overwritten by a backtick.

VSCodeVim 1.13.0
VSCode 1.42.1
macOS 10.14.6
Keyboard setting: German

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

Reproduce the backtick behavior using VSCodeVim 1.13.0 with VS Code 1.42.1, macOS 10.14.6, and a German keyboard setting, comparing mouse or Alt+Arrowkey movement with vim movements. Trace the backtick and cursor-movement handling, then verify that moving the cursor no longer overwrites the character at the new position.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.