VSCodeVim / VSCodeVim/Vim

cusor style keep same status with vim mode when just enbale vim plugin

Open
#6,030 0 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

I want to use both vscode keymap and vim keymap .
sometimes , they are conflict .
so, I use vim plugn in the way , enble or disable vim plugin by keymap ctrl + ;
I fonud when I enable vim plugin it is in normal mode but the cusor is in not nomal mode
I think we can make cusor keep same stauts with vim mode when use keymap ctrl+; to enable it
so that coder will be more clear about what the edit keymaps status. vim or vscode status.

so ,just read cusor stauts and change it to keep same status with vim mode's when enable vim . that will be fun if possible

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

Trace the keybinding path that enables or disables the Vim plugin with Ctrl+; and the existing handling of Vim mode and cursor status. Confirm how normal and non-normal modes are represented, then verify that enabling the plugin leaves the cursor status consistent with the active Vim mode.

Written by the indexing model from the issue text.

Assessment

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