Last active
March 10, 2026 18:42
-
-
Save EricZimmerman/2f3e3c51662cb9d0c75f5b9c2626df03 to your computer and use it in GitHub Desktop.
kitty config
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
| # add this (uncommented) at the END of kitty.conf so overrides happen | |
| # include local.conf | |
| font_size 12.0 | |
| scrollback_lines 10000 | |
| scrollback_pager_history_size 10 | |
| copy_on_select yes | |
| tab_bar_style powerline | |
| tab_powerline_style slanted | |
| background_opacity 0.94 | |
| editor micro | |
| font_family family='JetBrainsMono Nerd Font Mono' postscript_name=JetBrainsMonoNFM-Regular | |
| bold_font auto | |
| italic_font auto | |
| bold_italic_font auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment