Skip to content

Instantly share code, notes, and snippets.

@0xKD
Created August 27, 2021 09:53
Show Gist options
  • Save 0xKD/75ea2f76dc659e95cca8b1f4f795c2f0 to your computer and use it in GitHub Desktop.
Save 0xKD/75ea2f76dc659e95cca8b1f4f795c2f0 to your computer and use it in GitHub Desktop.
Kitty Terminal config
# fonts
font_family Comic Mono
font_size 15
# scroll history
scrollback_lines 10000
# window size stuff
remember_window_size yes
initial_window_width 640
initial_window_height 400
window_border_width 0pt
window_padding_width 1
# tabs
tab_bar_style powerline
tab_powerline_style slanted
tab_activity_symbol 💿
tab_bar_edge top
# style
background_opacity 0.98
# shortcuts (mac style tab switching)
# kitty_mod alt
map alt+0x74 new_tab
map alt+shift+0x5b previous_tab
map alt+shift+0x5d next_tab
map alt+1 goto_tab 1
map alt+2 goto_tab 2
map alt+3 goto_tab 3
map alt+4 goto_tab 4
map alt+5 goto_tab 5
map alt+6 goto_tab 6
map alt+7 goto_tab 7
map alt+8 goto_tab 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment