even more column fullscreening shortcuts
This commit is contained in:
parent
f071ae5659
commit
7cbd48889f
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@
|
|||
"Mod+BracketLeft".action.consume-or-expel-window-left = [];
|
||||
"Mod+BracketRight".action.consume-or-expel-window-right = [];
|
||||
"Mod+F".action.maximize-column = [];
|
||||
"Mod+Shift+F".action.fullscreen-window = [];
|
||||
"Mod+Shift+F".action.expand-column-to-available-width = [];
|
||||
"Mod+Ctrl+F".action.fullscreen-window = [];
|
||||
"Mod+C".action.center-column = [];
|
||||
"Mod+Minus".action.set-column-width = "-5%";
|
||||
"Mod+Equal".action.set-column-width = "+5%";
|
||||
|
|
Loading…
Add table
Reference in a new issue