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

Document / Improve smooth scrolling #414

Open
sebastinas opened this issue Sep 8, 2023 · 2 comments
Open

Document / Improve smooth scrolling #414

sebastinas opened this issue Sep 8, 2023 · 2 comments

Comments

@sebastinas
Copy link
Member

On GitLab by @itaranto on Sep 8, 2023, 20:27


Currently, pressing j or k doesn't do smooth scrolling. Weirdly, ^Down and ^Up does.

Why is that?

Is there a way to enable smooth scrolling with j and k or even ^d or ^u?

@sebastinas
Copy link
Member Author

On GitLab by @sdfx on Nov 2, 2023, 15:06


Would love to see this too. Related issue: #148

@sebastinas
Copy link
Member Author

On GitLab by @lizhuohua on Apr 27, 2024, 14:28


You can use feedkeys to simulate key presses:

map j feedkeys "<C-Down>"
map k feedkeys "<C-Up>"

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

1 participant