How can I remap the Scroll up/down main window keys? #4173
Replies: 2 comments
-
Remapping keys is different to adding custom commands. Check out the config docs for keybinding keys that you can override: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md. I believe this should do the trick: keybindings:
universal:
scrollUpMain-alt1: <c-k>
scrollDownMain-alt1: <c-j> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I found https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md, but I can't find a list of commands that I can call using the custom keybinds.
How can I remap Scroll up/down main windows to use ctrl+j/k instead of shift+j/k? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions