.dotfiles/.config/kitty/kitty.conf
2026-01-18 21:08:16 -07:00

25 lines
522 B
Plaintext

include hyde.conf
# Font
font_family MesloLGS NF
# Cursor shape
cursor_shape block
# No stupid close confirmation
confirm_os_window_close 0
# Use fish shell
shell zsh
# Zoom
map ctrl+plus change_font_size all +1
map ctrl+equal change_font_size all +1
map ctrl+kp_add change_font_size all +1
map ctrl+minus change_font_size all -1
map ctrl+underscore change_font_size all -1
map ctrl+kp_subtract change_font_size all -1
map ctrl+0 change_font_size all 0
map ctrl+kp_0 change_font_size all 0