adjust lazygit scrolling behavior
This commit is contained in:
parent
942cc7f5b3
commit
c17b6b13b2
1 changed files with 5 additions and 6 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue