Skip to content

Instantly share code, notes, and snippets.

@Liana64
Created August 19, 2026 20:08
Show Gist options
  • Select an option

  • Save Liana64/e321834770ba11cf0d7a205d421293b4 to your computer and use it in GitHub Desktop.

Select an option

Save Liana64/e321834770ba11cf0d7a205d421293b4 to your computer and use it in GitHub Desktop.
# Generated by Home Manager.
# See https://sw.kovidgoyal.net/kitty/conf.html
font_family JetBrainsMono Nerd Font
font_size 11
# Shell integration is sourced and configured manually
shell_integration no-rc
active_tab_background #363646
active_tab_font_style bold
active_tab_foreground #ffffff
background #1f1f28
bell_on_tab no
clear_all_shortcuts yes
color0 #363646
color1 #ff5d62
color10 #98bb6c
color11 #ffa066
color12 #7aa89f
color13 #957fb8
color14 #7fb4ca
color15 #ffffff
color2 #98bb6c
color3 #ffa066
color4 #7aa89f
color5 #957fb8
color6 #7fb4ca
color7 #c8c093
color8 #727169
color9 #ff5d62
cursor #dcd7ba
cursor_shape beam
detect_urls yes
enable_audio_bell no
foreground #ffffff
inactive_tab_background #1f1f28
inactive_tab_font_style normal
inactive_tab_foreground #727169
input_delay 1
macos_option_as_cmd yes
open_url_with default
remember_window_size yes
repaint_delay 5
scrollback_lines 200000
selection_background #363646
selection_foreground #dcd7ba
shell /nix/store/hi5gwfq6qfmjlippgq285qjb1bwrcxz9-zsh-5.9.1/bin/zsh
sync_to_monitor no
tab_bar_background #1f1f28
tab_bar_edge top
tab_bar_margin_height 4 0
tab_bar_margin_width 8
tab_bar_style separator
tab_separator " "
tab_title_template " {title} "
term xterm-256color
touch_scroll_multiplier 3
update_check_interval 0
url_style curly
wheel_scroll_multiplier 5
window_padding_width 2 8 8
map ctrl+backspace send_text all \x1b\x7f
map ctrl+delete send_text all \x1bd\x7f
map ctrl+left send_text all \x1b[1;5D
map ctrl+right send_text all \x1b[1;5C
map ctrl+shift+0 change_font_size all 0
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+minus change_font_size all -1.0
map ctrl+shift+plus change_font_size all +1.0
map ctrl+shift+v paste_from_clipboard
map shift+end scroll_end
map shift+enter send_text all \e\r
map shift+home scroll_home
map shift+page_down scroll_page_down
map shift+page_up scroll_page_up
map super+0 goto_tab 10
map super+1 goto_tab 1
map super+2 goto_tab 2
map super+3 goto_tab 3
map super+4 goto_tab 4
map super+5 goto_tab 5
map super+6 goto_tab 6
map super+7 goto_tab 7
map super+8 goto_tab 8
map super+9 goto_tab 9
map super+backslash launch --dont-take-focus --location=vsplit --cwd=current
map super+enter detach_tab ask
map super+h neighboring_window left
map super+i set_tab_title
map super+j neighboring_window down
map super+k neighboring_window up
map super+l neighboring_window right
map super+left prev_tab
map super+minus launch --dont-take-focus --location=hsplit --cwd=current
map super+right next_tab
map super+shift+enter detach_tab
map super+shift+left move_tab_backward
map super+shift+right move_tab_forward
map super+shift+tab prev_tab
map super+shift+w close_window
map super+t new_tab_with_cwd
map super+tab next_tab
map super+w close_window_with_confirmation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment