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 = { map = {
normal = { normal = {
"Super Return" = "spawn foot"; "Super Return" = "spawn foot";
"Super Q" = "close"; "Super+Shift Q" = "close";
"Super+Ctrl E" = "exit"; "Super+Ctrl E" = "exit";
"J" = "focus-view next"; "Super J" = "focus-view next";
"K" = "focus-view previous"; "Super K" = "focus-view previous";
"Super+Shift J" = "swap next"; "Super+Shift J" = "swap next";
"Super+Shift K" = "swap previous"; "Super+Shift K" = "swap previous";
"Super+Shift Return" = "zoom"; "Super+Shift Return" = "zoom";