1
0
Fork 0
forked from wry/wry

fix split bug on single windows and elide titles

This commit is contained in:
kossLAN 2026-05-03 15:35:34 -04:00
parent 7f71a6556b
commit c555593ae2
No known key found for this signature in database
8 changed files with 207 additions and 145 deletions

View file

@ -23,11 +23,11 @@ alt-shift-j = "move-down"
alt-shift-k = "move-up"
alt-shift-l = "move-right"
alt-d = "split-horizontal"
alt-v = "split-vertical"
alt-d = "make-group-h"
alt-v = "make-group-v"
alt-t = "toggle-split"
alt-m = "toggle-mono"
alt-t = "change-group-opposite"
alt-m = "toggle-tab"
alt-u = "toggle-fullscreen"
alt-f = "focus-parent"