VSCodeVim / VSCodeVim/Vim

Coexistence of native notebook and Vim

Open
#6,104 0 comments 5 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

This issue will be used as a roadmap for supporting Vim seamlessly in the native notebook editor in VS Code. The native notebook consists of text editors, in which Vim can be enabled. However there are conflicts between Jupyter style commands and Vim's builtin ones. The Vim extension currently is not aware of the notebook concept thus it usually doesn't escape the cell editor.

Known issues:

  • jk on cell boundary (it should move to near cell)
  • alt+delete to clear output doesn't work

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 reproducing the unchecked native-notebook issue: use Vim in a VS Code cell editor and test whether alt+delete clears the cell output. Read the existing notebook and Vim keybinding behavior around the cell editor; done means output can be cleared with alt+delete without disrupting Vim commands or cell-boundary behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.