From f3b46e2e763e7fe3454d95511aca91487cb555d6 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 24 Feb 2024 13:07:53 -0500 Subject: [PATCH] add kitty config --- kitty/kitty.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kitty/kitty.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..06faa54 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1,23 @@ +# BEGIN_KITTY_THEME +# Tokyo Night Storm +include current-theme.conf +# END_KITTY_THEME + +font_size 13.0 +font_family Hack Nerd Font + +# TAB MANAGEMENT +# moving between tabs +map ctrl+0 goto_tab 0 +map ctrl+1 goto_tab 1 +map ctrl+2 goto_tab 2 +map ctrl+3 goto_tab 3 +map ctrl+4 goto_tab 4 +map ctrl+5 goto_tab 5 +map ctrl+6 goto_tab 6 +map ctrl+7 goto_tab 7 +map ctrl+8 goto_tab 8 +map ctrl+9 goto_tab 9 + +# create new tab with cwd +map ctrl+shift+t new_tab_with_cwd