<C-d> does not scroll down.
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-d> does not scroll down, instead it duplicates the line (normal as well as insert mode).
To Reproduce
Steps to reproduce the behavior:
Press <C-d> in normal mode.
Expected behavior
The editor scrolls down half a page
- Extension (VsCodeVim) version: 1.27.2
- VSCode version: 1.88.1
- OS: Linux
Additional context
<C-u> works as expected (scrolling up half a page)
I've configured the extension to handle ctrl keys:
"vim.useCtrlKeys": true,
but same issue.
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 1.88.1 on Linux with VsCodeVim 1.27.2, pressing in normal and insert modes while works. Trace the Ctrl-D keybinding and scrolling behavior, then verify that Ctrl-D scrolls down half a page instead of duplicating the line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100