`<C-u>` doesn't move the cursor up
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
<C-u> doesn't move the cursor down
Removing the vim.use<C-u> check from the when clause unblocked me, but I wanted to report this anyway since this probably isn't the desired solution.
To Reproduce
- remove other Keyboard Shortcuts for
<C-u> - open long document
- move cursor down document
- use
<C-u>
Expected behavior
should move the cursor up
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.23.1
- VSCode version: 1.69.0
- OS: MacOS 12.4
Additional context
default when = `editorTextFocus && vim.active && vim.use<C-u> && !inDebugRepl`
my when = `editorTextFocus && vim.active && !inDebugRepl`
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 reproducing the behavior in the listed VSCodeVim and VS Code versions, using the reported keybinding when clause and vim.use setting. Trace how that condition affects the cursor movement command, then verify that moves the cursor up without requiring users to remove the check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vim, 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