Skip to content

How can I change the h,j,k,l to h,a,e,i? #261

Answered by orhun
aljustiet asked this question in Q&A
Discussion options

You must be logged in to vote

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:

[general]
key_bindings = [
  { keys = [
    "a",
  ], command = ":scroll down 1" },
  { keys = [
    "e",
  ], command = ":scroll up 1" },
]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aljustiet
Comment options

Answer selected by aljustiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants