how to close the feature that keydown <leader> will sink the txt in insert model
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
whenI in insert model, if I keydown leader, the txt of the line where the cursor is located will sink. how to close the feature. thanks.
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
Start by tracing VSCodeVim's insert-mode handling for the leader key and the behavior that causes the current line's text to sink. Check the available configuration or keybinding entry points; done when the reported behavior can be disabled and the result is documented or verified in the relevant test coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100