starting zellij conf

This commit is contained in:
autumn
2025-08-26 13:34:14 -06:00
parent e4e93d4c65
commit f25dbe159f
6 changed files with 88 additions and 63 deletions

View File

@@ -24,6 +24,9 @@
# spawn binds
"Super Return" = "spawn alacritty";
"Super R" = "spawn fuzzel";
"Super E" = "spawn fm";
"Super O" = "spawn obsidian";
# globals
"Alt Q" = "close";
@@ -36,10 +39,10 @@
"Super K" = "focus-view previous";
"Super H" = "send-layout-cmd wideriver \"--count +1\"";
"Super L" = "send-layout-cmd wideriver \"--count -1\"";
"Super+Shift H" = "send-layout-cmd wideriver \"--ratio +0.05\"";
"Super+Shift H" = "send-layout-cmd wideriver \"--ratio -0.05\"";
"Super+Shift J" = "swap next";
"Super+Shift K" = "swap previous";
"Super+Shift L" = "send-layout-cmd wideriver \"--ratio -0.05\"";
"Super+Shift L" = "send-layout-cmd wideriver \"--ratio +0.05\"";
# "Super+Alt H" = "move left 100";
# "Super+Alt J" = "move down 100";
# "Super+Alt K" = "move up 100";
@@ -84,6 +87,4 @@
};
};
};
}