mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
alacritty, reduce pgup/pgdn distance
This commit is contained in:
parent
40ffefc2cb
commit
8f40a49f75
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: N, mods: Control|Shift, action: SpawnNewInstance }
|
- { key: N, mods: Control|Shift, action: SpawnNewInstance }
|
||||||
- { key: T, mods: Control|Shift, action: SpawnNewInstance }
|
- { key: T, mods: Control|Shift, action: SpawnNewInstance }
|
||||||
|
- { key: PageUp, mods: Shift, action: ScrollHalfPageUp }
|
||||||
|
- { key: PageDown, mods: Shift, action: ScrollHalfPageDown }
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue