You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open a file.
Make sure to scroll all the way up. The cursor may be at any visible position.
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)
The text was updated successfully, but these errors were encountered:
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
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):
The text was updated successfully, but these errors were encountered: