diff --git a/configs/programs/kitty.nix b/configs/programs/kitty.nix index 3445a39..16f97ba 100644 --- a/configs/programs/kitty.nix +++ b/configs/programs/kitty.nix @@ -61,4 +61,14 @@ pkgs: { # Roman Siler (Punctuation) # b4a8c8 }; -} + keybindings = { + # Keymappings for zooming + # ctrl+shift * = Reset + # ctrl+shift ( = Shrink + # ctrl+shift ) = Grow + # 'cause 3l breaks the default bindings for this + "ctrl+shift+9" = "change_font_size all -2.0"; + "ctrl+shift+0" = "change_font_size all +2.0"; + "ctrl+shift+8" = "change_font_size all 0"; + }; +} \ No newline at end of file