ups shifted key + shift does not work idiot
This commit is contained in:
parent
fa542539cf
commit
a56d235e26
1 changed files with 2 additions and 2 deletions
|
@ -156,9 +156,9 @@ in {
|
||||||
|
|
||||||
"Mod+C".action.center-column = [];
|
"Mod+C".action.center-column = [];
|
||||||
|
|
||||||
"Mod+Plus".action.set-column-width = "+10%";
|
"Mod+Equal".action.set-column-width = "+10%";
|
||||||
"Mod+Minus".action.set-column-width = "-10%";
|
"Mod+Minus".action.set-column-width = "-10%";
|
||||||
"Mod+Shift+Plus".action.set-window-height = "+10%";
|
"Mod+Shift+Equal".action.set-window-height = "+10%";
|
||||||
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
||||||
|
|
||||||
# Change Layout
|
# Change Layout
|
||||||
|
|
Loading…
Add table
Reference in a new issue