diff options
| -rw-r--r-- | .config/ghostty/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index 8d076e7..1d6e963 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -6,6 +6,10 @@ keybind = alt+c=copy_to_clipboard keybind = alt+v=paste_from_clipboard # keybind = alt+shift+k=increase_font_size:1 # keybind = alt+shift+j=decrease_font_size:1 +keybind = super+-=decrease_font_size:3 +keybind = super+plus=increase_font_size:3 +keybind = super+equal=increase_font_size:3 +keybind = super+shift+equal=increase_font_size:3 keybind = ctrl+l=unbind keybind = ctrl+w=unbind |
