add kitty config

This commit is contained in:
jc 2024-02-24 13:07:53 -05:00
commit f3b46e2e76
No known key found for this signature in database

23
kitty/kitty.conf Normal file
View file

@ -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