adjust lazygit scrolling behavior

This commit is contained in:
Yan Lin 2026-01-30 07:05:16 +01:00
parent 942cc7f5b3
commit c17b6b13b2

View file

@ -91,6 +91,9 @@
# Diff context size
diffContextSize = 3;
# Scroll amount per keystroke
scrollHeight = 20;
};
# Git settings
@ -205,12 +208,8 @@
new = "n";
edit = "e";
openFile = "o";
scrollUpMain = "<pgup>";
scrollDownMain = "<pgdown>";
scrollUpMain-alt1 = "K";
scrollDownMain-alt1 = "J";
scrollUpMain-alt2 = "<c-u>";
scrollDownMain-alt2 = "<c-d>";
scrollUpMain = "<c-b>";
scrollDownMain = "<c-f>";
executeShellCommand = ":";
createRebaseOptionsMenu = "m";