Skip to content

Instantly share code, notes, and snippets.

@lambdalisue
Created February 6, 2025 00:18
Show Gist options
  • Save lambdalisue/03185feaa972324241c2277261649c5b to your computer and use it in GitHub Desktop.
Save lambdalisue/03185feaa972324241c2277261649c5b to your computer and use it in GitHub Desktop.
Vimnium
# 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