keybind change
This commit is contained in:
parent
01df064f68
commit
eb1cf0474c
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ binds {
|
||||||
// The following binds move the focused window in and out of a column.
|
// The following binds move the focused window in and out of a column.
|
||||||
// If the window is alone, they will consume it into the nearby column to the side.
|
// If the window is alone, they will consume it into the nearby column to the side.
|
||||||
// If the window is already in a column, they will expel it out.
|
// If the window is already in a column, they will expel it out.
|
||||||
Mod+Ctrl+Z { consume-or-expel-window-left; }
|
Mod+Ctrl+Y { consume-or-expel-window-left; }
|
||||||
Mod+Ctrl+O { consume-or-expel-window-right; }
|
Mod+Ctrl+O { consume-or-expel-window-right; }
|
||||||
|
|
||||||
// Consume one window from the right to the bottom of the focused column.
|
// Consume one window from the right to the bottom of the focused column.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue