diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 000000000..be6c0e5bc --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,30 @@ +# Font +font_family SpaceMono Nerd Font +font_size 11.0 + +# Cursor shape +cursor_shape beam + +# Padding (why weird value? consistency with foot) +window_margin_width 21.75 + +# No stupid close confirmation +confirm_os_window_close 0 + +# Use fish shell +shell fish + +# Copy for normies +map ctrl+c copy_or_interrupt + +# 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