alacritty: halfway usable scrollback shortcuts
This commit is contained in:
parent
d50b69e634
commit
82dd2004ef
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ bindings = [
|
||||||
#{ key = "Equals", mods = "Command", action = "IncreaseFontSize" },
|
#{ key = "Equals", mods = "Command", action = "IncreaseFontSize" },
|
||||||
{ key = "Plus", mods = "Command", action = "IncreaseFontSize" },
|
{ key = "Plus", mods = "Command", action = "IncreaseFontSize" },
|
||||||
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
|
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
|
||||||
|
{ key = "PageUp", mods = "Shift", action = "ScrollPageUp" },
|
||||||
|
{ key = "PageDown", mods = "Shift", action = "ScrollPageDown" },
|
||||||
]
|
]
|
||||||
|
|
||||||
#[mouse]
|
#[mouse]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue