feat: add scroll keymaps for lazygit

This commit is contained in:
Brian Pooe 2026-01-31 13:15:43 +02:00
parent 9c72423828
commit 0479ffa8e9

View file

@ -0,0 +1,6 @@
keybinding:
universal:
scrollUpMain: '<c-k>'
scrollDownMain: '<c-j>'
scrollUpMain-alt1: '<pgup>'
scrollDownMain-alt1: '<pgdown>'