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> half page down isn't working on v0.10.10 #2301

Closed
epilande opened this issue Jan 16, 2018 · 4 comments
Closed

<C-d> half page down isn't working on v0.10.10 #2301

epilande opened this issue Jan 16, 2018 · 4 comments

Comments

@epilande
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

What happened: VSCode automatically updated this extension to v0.10.10. I tried pressing <C-d> to scroll half page down, but instead, it selects the text under the cursor and goes into multi cursor mode. This bug only exists in v0.10.10, I downgraded the vim extension to v0.10.9 and <C-d> works perfectly.

What did you expect to happen: <C-d> to scroll half page down.

How to reproduce it (as minimally and precisely as possible): Update vim extension to 0.10.10, press <C-d>

Environment:

  • Extension (VsCodeVim) version: 0.10.10
  • VSCode version: 1.19.2
  • OS version: 10.13.1
@taeold
Copy link

taeold commented Jan 16, 2018

@epilande Oh it appears to me now that this is intentional #2269

@Nodman
Copy link
Contributor

Nodman commented Jan 16, 2018

Please take a look #2292

@jpoon
Copy link
Member

jpoon commented Jan 16, 2018

Yes, this is by-design. Take a look at my comments in the issue linked by @Nodman to configure your settings to the appropriate behaviour that you expect.

@jpoon jpoon closed this as completed Jan 16, 2018
@epilande
Copy link
Author

Ahh..
Need to add this to config:

"vim.handleKeys": {
    "<C-d>": true,
},

I would've imagined this to be the other way around where we disable it instead of having to enable it.

And sorry for opening this issue...I should've searched recent issues first.

Anyways, thanks guys for those links!

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

4 participants