Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<C-d> does not scroll down. #8990

Open
kollerfuzzi opened this issue Apr 11, 2024 · 1 comment
Open

<C-d> does not scroll down. #8990

kollerfuzzi opened this issue Apr 11, 2024 · 1 comment

Comments

@kollerfuzzi
Copy link

kollerfuzzi commented Apr 11, 2024

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.

@jackbunny
Copy link

I'm also seeing this issue. I think in my case it has to do with folding. If I expand all the folds in my editor I have no issues with it, but with some of the code collapsed I notice that it will not be working. If I jump to the bottom of a file and then scroll up I can use C-d until I move up to the folded regions again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants