1 files changed,
8 insertions(+),
1 deletions(-)
M
config/kitty/kitty.conf
··· 1 1 hide_window_decorations yes 2 2 update_check_interval 0 3 +enabled_layouts horizontal 3 4 include colo_tokyonight_night.conf 4 5 5 6 ## some non terminal things ··· 47 48 map alt+8 goto_tab 8 48 49 map alt+9 goto_tab 9 49 50 map alt+0 goto_tab 10 50 -map ctrl+shift+t new_tab_with_cwd 51 +map kitty_mod+t new_tab_with_cwd 52 + 51 53 map ctrl+equal change_font_size all +1 52 54 map ctrl+minus change_font_size all -1 53 55 map ctrl+backspace change_font_size all 0 54 56 map ctrl+0 change_font_size all 0 57 + 58 +map ctrl+alt+k neighboring_window up 59 +map ctlt+alt+j neighboring_window down 60 +map ctrl+alt+h neighboring_window left 61 +map ctrl+alt+l neighboring_window right