Created
February 6, 2025 00:18
-
-
Save lambdalisue/03185feaa972324241c2277261649c5b to your computer and use it in GitHub Desktop.
Vimnium
This file contains hidden or 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
# Scroll | |
map <c-y> scrollUp | |
map <c-e> scrollDown | |
# Scroll more | |
unmap u | |
unmap d | |
map <c-u> scrollPageUp | |
map <c-d> scrollPageDown | |
# Scroll page | |
map <c-b> scrollFullPageUp | |
map <c-f> scrollFullPageDown | |
# Tab navigation | |
unmap J | |
unmap K | |
map <c-n> nextTab | |
map <c-p> previousTab | |
# Go back/forward | |
unmap H | |
unmap L | |
map <c-o> goBack | |
map <c-i> goForward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment