feat(river): map s-o to send window to other screen
This commit is contained in:
parent
58e8a46902
commit
34b8009727
1 changed files with 1 additions and 4 deletions
|
|
@ -54,15 +54,12 @@ in {
|
||||||
"Super J" = "focus-view down";
|
"Super J" = "focus-view down";
|
||||||
"Super K" = "focus-view up";
|
"Super K" = "focus-view up";
|
||||||
"Super L" = "focus-view right";
|
"Super L" = "focus-view right";
|
||||||
"Super I" = "focus-view previous";
|
"Super O" = "send-to-output -current-tags next";
|
||||||
"Super O" = "focus-view next";
|
|
||||||
# view movement
|
# view movement
|
||||||
"Super+Shift H" = "swap left";
|
"Super+Shift H" = "swap left";
|
||||||
"Super+Shift J" = "swap down";
|
"Super+Shift J" = "swap down";
|
||||||
"Super+Shift K" = "swap up";
|
"Super+Shift K" = "swap up";
|
||||||
"Super+Shift L" = "swap right";
|
"Super+Shift L" = "swap right";
|
||||||
"Super+Shift I" = "swap previous";
|
|
||||||
"Super+Shift O" = "swap next";
|
|
||||||
# layout management
|
# layout management
|
||||||
"Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
|
"Super+Alt J" = "send-layout-cmd rivertile 'main-count -1'";
|
||||||
"Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'";
|
"Super+Alt K" = "send-layout-cmd rivertile 'main-count +1'";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue