cusor style keep same status with vim mode when just enbale vim plugin
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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