How can I change the h,j,k,l to h,a,e,i? #261
Answered
by
orhun
azizsayfiddin
asked this question in
Q&A
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" },
] |
1 reply
Answer selected by
azizsayfiddin
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.mdSo your config should look a little something like this: