VSCodeVim / VSCodeVim/Vim

alt+j

Open
#7,436 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

vim has the following essential keybindings which seem to not be working here:

before: "alt+h" : after: ["<esc>", "h"] // normal mode and move left
before: "alt+j" : after: ["<esc>", "j"] // normal mode and move down
before: "alt+k" : after: ["<esc>", "k"] // normal mode and move up
before: "alt+l" : after: ["<esc>", "l"] // normal mode and move right

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 issue in the VS Code Vim extension by trying Alt+h, Alt+j, Alt+k, and Alt+l in normal mode, then trace the keybinding handling for these mappings. Done means each combination exits to normal mode and moves left, down, up, or right as shown in the report.

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
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.