-
Beta Was this translation helpful? Give feedback.
Answered by
orhun
Aug 18, 2024
Replies: 1 comment 1 reply
-
Hey! You can check out the list of commands and their examples from So your config should look a little something like this: [general]
key_bindings = [
{ keys = [
"a",
], command = ":scroll down 1" },
{ keys = [
"e",
], command = ":scroll up 1" },
] |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aljustiet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
You can check out the list of commands and their examples from
COMMANDS.md
So your config should look a little something like this: