24.05 Fixed terminal, vim, lix and stuff

Also "fixed" display link, but turned out that the display cable wasn't
plugged in correctly anymore...
This commit is contained in:
Geoffrey Frogeye 2024-06-02 22:30:18 +02:00
parent 3479927d32
commit 48bf80f1c0
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 14 additions and 101 deletions

View file

@ -43,7 +43,7 @@ in
}
];
};
key_bindings = [
keyboard.bindings = [
{ mode = "~Search"; mods = "Alt|Control"; key = "Space"; action = "ToggleViMode"; }
{ mode = "Vi|~Search"; mods = "Control"; key = "K"; action = "ScrollHalfPageUp"; }
{ mode = "Vi|~Search"; mods = "Control"; key = "J"; action = "ScrollHalfPageDown"; }