feat(river): fix some keybindings.
This commit is contained in:
parent
3db633e6ab
commit
f8f92e2bab
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue