From 5281009d38d1810a9d37b7fc4125605f5184ac79 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:08:31 +0100 Subject: [PATCH] kitty support (#796) --- .config/kitty/kitty.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .config/kitty/kitty.conf 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