Created
February 21, 2026 18:51
-
-
Save brucevanhorn2/24fc2860eacd0f1504a3ffa55b199d35 to your computer and use it in GitHub Desktop.
Kitty config that superficially mimics iTerm keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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