Skip to content

Instantly share code, notes, and snippets.

@brucevanhorn2
Created February 21, 2026 18:51
Show Gist options
  • Select an option

  • Save brucevanhorn2/24fc2860eacd0f1504a3ffa55b199d35 to your computer and use it in GitHub Desktop.

Select an option

Save brucevanhorn2/24fc2860eacd0f1504a3ffa55b199d35 to your computer and use it in GitHub Desktop.
Kitty config that superficially mimics iTerm keybindings
# Font
font_family Hack Nerd Font Mono
font_size 14
# Transparency
background_opacity 0.85
background_blur 20
# Layout
enabled_layouts splits,stack
# Key mappings designed to match iTerm
map ctrl+t launch --location=tab
map ctrl+w close_window
map ctrl+d launch --location=hsplit
map ctrl+shift+d launch --location=vsplit
map ctrl+shift+h neighboring_window left
map ctrl+shift+l neighboring_window right
map ctrl+shift+k neighboring_window up
map ctrl+shift+j neighboring_window down
# BEGIN_KITTY_THEME
# Brogrammer
include current-theme.conf
# END_KITTY_THEME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment