-
-
Save z3t0/822b8b3511de9902168c12fba0bec6a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C-u runs the command evil-scroll-up (found in evil-motion-state-map), which is | |
an interactive compiled Lisp function in ‘evil-commands.el’. | |
It is bound to C-u. | |
(evil-scroll-up COUNT) | |
Scrolls the window and the cursor COUNT lines upwards. | |
If COUNT is not specified the function scrolls down | |
‘evil-scroll-count’, which is the last used count. | |
If the scroll count is zero the command scrolls half the screen. | |
[back] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment