VSCodeVim / VSCodeVim/Vim

`<C-j>` and `<C-k>` for browsing files in file palette

Open
#4,305 1 comment 2 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

Is your feature request related to a problem? Please describe.
When using VSCode VIM, being able to use VIM bindings in more than just the text editor could improve peoples workflow substantially. When hitting command/control + p to open the file palette, only being able to browse the files up and down with arrow keys is something that could be greatly improved.

Describe the solution you'd like
This could easily be solved by allowing the user to browse this file list when hitting ctrl + k with ctrl + j for going up and down in the file list. This is a very common command for browsing file list and options in many other programs and applications that apply the VIM bindings any some way.

Additional context
When mentioning file list this is the component I'm talking about.

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

Start by locating the VS Code file palette behavior described in the issue, opened with Ctrl/Cmd-P, and inspect how its file-list navigation currently handles arrow keys. Confirm the expected Ctrl-J and Ctrl-K directions in the relevant extension entry point. Done means those bindings browse the file list without disrupting existing navigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Feature
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.