Implement zoom keybind
This commit is contained in:
parent
8ffbc3dbd1
commit
4e02a07bf1
3 changed files with 29 additions and 2 deletions
|
|
@ -319,6 +319,9 @@ fn loadKeybindsChildBlock(config: *Config, parser: *kdl.Parser) !void {
|
|||
.focus_prev => {
|
||||
break :sw .focus_prev;
|
||||
},
|
||||
.zoom => {
|
||||
break :sw .zoom;
|
||||
},
|
||||
.toggle_fullscreen => {
|
||||
break :sw .toggle_fullscreen;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue