some command can't accept numeric prefix and some easymotion command don't work
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
command j & k can't accept numeric prefix, but command h & l work.
easymotion j/k doesn't work, other command ok.
To Reproduce
Steps to reproduce the behavior:
- Go to 'editor area'
- Click on '5', status show '5'
- click 'j', cursor down a line , '5' still in there
- click '5' again,
- show '55' ,
- click 'k',
- cursor up a line,
- '55' still in there.
easymotion bug:
- click '<leader><leader>' ,status show '<leader><leader>'
- click 'j', '<leader><leader>' stil in there, cursor down a line, nothing hint.
Expected behavior
A clear and concise description of what you expected to happen.
j & k motion can't accept numeric prefix.
Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
Environment (please complete the following information):
installed vim, viml plugins
easymotion ture
doesn't config like
{
"key": "up",
"command": "cursorUp",
"when": "editorTextFocus && vim.active && !inDebugRepl && !suggestWidgetMultipleSuggestions && !suggestWidgetVisible"
}
- Extension (VsCodeVim) version: 1.17.1
- VSCode version: 1.50.1 (user setup)
- OS: Windows_NT x64 6.1.7601
Additional context
Add any other context about the problem here.
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 j/k numeric-prefix and easymotion failures in the VSCodeVim extension using the reported VS Code 1.50.1 and extension 1.17.1 environment, then trace the key-handling entry points for those commands. Done means numeric prefixes are consumed by j and k, and the easymotion leader sequence displays its expected hint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100