feat(river): fix some keybindings.

This commit is contained in:
CronyAkatsuki 2025-06-06 22:28:12 +02:00
parent 3db633e6ab
commit f8f92e2bab

View file

@ -75,10 +75,10 @@ in {
map = {
normal = {
"Super Return" = "spawn foot";
"Super Q" = "close";
"Super+Shift Q" = "close";
"Super+Ctrl E" = "exit";
"J" = "focus-view next";
"K" = "focus-view previous";
"Super J" = "focus-view next";
"Super K" = "focus-view previous";
"Super+Shift J" = "swap next";
"Super+Shift K" = "swap previous";
"Super+Shift Return" = "zoom";