alacritty: halfway usable scrollback shortcuts

This commit is contained in:
Oliver Ladner 2024-02-27 12:28:33 +01:00
commit 82dd2004ef

View file

@ -48,6 +48,8 @@ bindings = [
#{ key = "Equals", mods = "Command", action = "IncreaseFontSize" },
{ key = "Plus", mods = "Command", action = "IncreaseFontSize" },
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
{ key = "PageUp", mods = "Shift", action = "ScrollPageUp" },
{ key = "PageDown", mods = "Shift", action = "ScrollPageDown" },
]
#[mouse]