Implement zoom keybind

This commit is contained in:
Ben Buhse 2026-01-30 21:09:02 -06:00
commit 4e02a07bf1
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
3 changed files with 29 additions and 2 deletions

View file

@ -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;
},