Page movements don't affect cursor
See original GitHub issue<C-d>, <C-u>, <C-f>, and <C-b> all move the view but not the cursor, which is inconsistent with native Neovim behavior, which is to move the cursor a half/full screen and only adjust the view if necessary.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:14
- Comments:8 (2 by maintainers)
Top Results From Across the Web
15 Animated Cursor Effects & Ideas for Your Website [+ ...
Check out some of the coolest animated cursor effects used on real websites, and learn how to create your own.
Read more >Is it possible to disable smooth movement of the cursor in ...
Go to File > Options > Ease of Access and under Feedback options uncheck Provide feedback with animation.
Read more >Mouse cursor moves but does not function properly on ...
Mouse cursor appears on screen and moves with movement of mouse, but clicks do not result in action. Clicking results in highlighting of...
Read more >Click, scroll and interact with these four websites that mess ...
Every click causes a bomb (your cursor) to explode, sending the content of the website into further disarray. The idea arose as Jack...
Read more >cursor - CSS: Cascading Style Sheets - MDN Web Docs
cursor. The cursor CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element. The ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You’ve gotten a new contributor 😃 - I think #528 will do the trick but happy to respond to any comments.
This is my first time dev’ing an extension, VS Code makes it pretty slick actually!
Ah, my bad,
<C-d>and<C-u>are default VSCode shortcuts and they take precedence. Adding the following tokeybindings.jsonhelped: