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

Half-Page Down/Up (ctrl-d/ctrl-u), Scroll Down/Up (ctrl-E/ctrl-Y), and Page Down/Up (ctrl-b/ctrl-f) do other things #3090

Open
2 tasks
chrisdonlan opened this issue Jan 5, 2024 · 1 comment

Comments

@chrisdonlan
Copy link

Describe the bug
CTRL-d, CTRL-u, CTRL-e, CTRL-y, CTRL-b, CTRL-f do not work as expected.

To Reproduce
Steps to reproduce the behavior:

  1. Install Visual Studio 2022
  2. Install VsVim
  3. Open a File
  4. Enter any of the controls

Expected behavior
CTRL-d: a half page is scrolled down
CTRL-u: a half page is scrolled up
CTRL-b: a whole page is scrolled down
CTRL-f: a whole page is scrolled up
CTRL-e: a single line is scrolled down, the cursor does not move
CTRL-u: a single line is scrolled up, the cursor does not move

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Visual Studio version: 2022 Community
  • VsVim version: 2.10.0.6
  • Programming Language: C#
  • Check(Type 'x') any that are installed:
    • ReSharper
    • Visual Assist

Additional context
Fresh install

Note:
The following is written about contributing.
https://github.com/VsVim/VsVim/blob/master/CONTRIBUTING.md

General Keyboard configuration problems are described below.
#2527

@sgaliamov
Copy link

sgaliamov commented Mar 19, 2024

i dropped all resharper bindings for Ctrl-U, and it helped with <C-u>. <C-d> worked without tweaks.

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