From a4e57da135a1dcdb01e382934534d1a4b5402e5b Mon Sep 17 00:00:00 2001 From: RIY-en Date: Fri, 22 Dec 2023 16:00:29 +0000 Subject: [PATCH] Add kitty/kitty.conf --- kitty/kitty.conf | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kitty/kitty.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..3d7414d --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,44 @@ + +# Include external theme first to allow overrides below +# BEGIN_KITTY_THEME +include current-theme.conf +# END_KITTY_THEME +include font-family.conf +font_size 13 +macos_titlebar_color background + +listen_on unix:$TMPDIR/kitty +allow_remote_control yes + +remember_window_size no +initial_window_width 145c +initial_window_height 35c +window_padding_width 15.0 +hide_window_decorations no +inactive_text_alpha .15 + +tab_bar_min_tabs 1 +tab_bar_style powerline +tab_powerline_style slanted + +strip_trailing_spaces always + +map super+1 goto_tab 1 +map super+2 goto_tab 2 +map super+3 goto_tab 3 +map super+4 goto_tab 4 +map super+5 goto_tab 5 +map super+6 goto_tab 6 +map super+7 goto_tab 7 +map super+8 goto_tab 8 +map super+9 goto_tab 9 + +map super+equal change_font_size current +1.0 +map super+minus change_font_size current -1.0 +map super+0 change_font_size current 13.0 + +map super+n new_os_window_with_cwd +map cmd+shift+n launch --cwd=current + +map alt+left send_text all \x1b\x62 +map alt+right send_text all \x1b\x66 \ No newline at end of file