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

Screen navigation doesn't work at top or bottom #4207

Closed
arthrarnld opened this issue Oct 22, 2019 · 1 comment
Closed

Screen navigation doesn't work at top or bottom #4207

arthrarnld opened this issue Oct 22, 2019 · 1 comment

Comments

@arthrarnld
Copy link

Describe the bug
Screen navigation (ctrl+u, ctrl+d, ctrl+f, ctrl+b) doesn't work when the editor view is at the top or at the bottom of the file.

To Reproduce

  1. Open a file.
  2. Make sure to scroll all the way up. The cursor may be at any visible position.
  3. Try pressing ctrl+d to move down. Nothing happens. Same goes for ctrl+u (in case the cursor is not already at the very top).

The same happens when you're at the bottom of the file. If the cursor is mid-line, any of the four shortcuts will cause it to move to the beginning of the line.

Expected behavior

Expected the cursor to move half a screen down (ctrl+d) or up (ctrl+u), or an entire screen down (ctrl+f) or up (ctrl+b).

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.11.2
  • VSCode version: 1.39.2
  • OS: macOS Catalina 10.15 (19A602)
@J-Fields
Copy link
Member

Duplicate of #4179

@J-Fields J-Fields marked this as a duplicate of #4179 Oct 22, 2019
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