Remap easymotion's default trigger key unsuccessfully
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
I remap easymotion's default trigger key but it doesn't work.
To Reproduce
As shown as below, I put it in .vscode/settings.json and restart vscode.
"vim.leader": ",",
"vim.easymotion": true,
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["leader", "s"],
"after": ["leader", "leader", "s"]
}
]
Expected behavior
After pressing ,s and any single character in editor, it should show a list of target jump points.
Screenshots
I don't know how to interpret it.
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.25.2
- VSCode version: 1.81.0
- OS: macOS 13.4.1 (22F82)
Additional context
NA
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
Reproduce the issue in VS Code using the shown .vscode/settings.json keybindings and the reported easymotion configuration. Trace the handling of the before and after sequences for ,s, then verify that pressing ,s followed by a character displays the expected jump targets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100