Revert "Adds config for smart split navigation"

This reverts commit 158700874c.
This commit is contained in:
Dennis 2025-05-15 15:36:25 +02:00
parent 6318f37c21
commit d75dbe0c62
6 changed files with 20 additions and 57 deletions

View file

@ -20,7 +20,13 @@
"6" = "secondary";
};
mode.main.binding = {
alt-h = "focus left";
alt-j = "focus down";
alt-k = "focus up";
alt-l = "focus right";
alt-shift-h = "move left";
alt-shift-j = "move down";
alt-shift-k = "move up";
alt-shift-l = "move right";
alt-comma = "layout tiles horizontal vertical";
alt-period = "layout accordion horizontal vertical";

View file

@ -20,7 +20,13 @@
"6" = "secondary";
};
mode.main.binding = {
alt-h = "focus left";
alt-j = "focus down";
alt-k = "focus up";
alt-l = "focus right";
alt-shift-h = "move left";
alt-shift-j = "move down";
alt-shift-k = "move up";
alt-shift-l = "move right";
alt-comma = "layout tiles horizontal vertical";
alt-period = "layout accordion horizontal vertical";