Skip to content

Instantly share code, notes, and snippets.

@bool3max
Created March 6, 2019 11:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bool3max/b7b682249d71c5bb0753f8ba62ed207f to your computer and use it in GitHub Desktop.
Save bool3max/b7b682249d71c5bb0753f8ba62ed207f to your computer and use it in GitHub Desktop.
My kitty terminal config
font_family Iosevka Term
bold_font Iosevka Term Bold
italic_font Iosevka Term Italic
bold_italic_font Iosevka Term Bold Italic
font_size 10.0
background #141414
foreground #F8F8F0
active_border_color #b2b2b0
inactive_text_alpha 0.85
tab_bar_style separator
tab_separator " | "
tab_title_template {index}: {title}
inactive_tab_font_style normal
inactive_tab_background #302f2f
inactive_tab_foreground #adabab
active_tab_font_style bold
active_tab_background #545151
active_tab_foreground #d1d1d1
cursor #F8F8F0
cursor_blink_interval 0
# these 4 settings below are the defaults anyway
window_margin_width 0.0
single_window_margin_width -10.0
window_padding_width 5.0
draw_minimal_borders yes
scrollback_lines 2000
enable_audio_bell no
focus_follows_mouse no
# keyboard shortcuts
kitty_mod ctrl+alt
clear_all_shortcuts yes
map ctrl+alt+c copy_to_clipboard
map ctrl+alt+v paste_from_clipboard
map ctrl+alt+k scroll_line_up
map ctrl+alt+j scroll_line_down
map ctrl+alt+r start_resizing_window
map ctrl+alt+o new_window_with_cwd
map ctrl+alt+n new_os_window
map ctrl+alt+w close_window
map ctrl+alt+h previous_window
map ctrl+alt+l next_window
map ctrl+shift+h move_window_backward
map ctrl+shift+l move_window_forward
map alt+1 first_window
map alt+2 second_window
map alt+3 third_window
map alt+4 fourth_window
map alt+5 fifth_window
map alt+6 sixth_window
map alt+7 seventh_window
map alt+8 eighth_window
map alt+9 ninth_window
map alt+0 tenth_window
map ctrl+alt+e new_tab_with_cwd
map ctrl+alt+q close_tab
map ctrl+alt+s set_tab_title
map ctrl+alt+a previous_tab
map ctrl+alt+d next_tab
map ctrl+shift+a move_tab_backward
map ctrl+shift+d move_tab_forward
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
map ctrl+0 goto_tab 0
map ctrl+alt+. next_layout
map ctrl+alt+p last_used_layout
map ctrl+alt+equal change_font_size all +2.0
map ctrl+alt+minus change_font_size all -2.0
map ctrl+alt+0 change_font_size all 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment