Created
December 3, 2021 14:31
-
-
Save franee/d959bd7beb2a65b0a66ab545f0356c13 to your computer and use it in GitHub Desktop.
kitty.conf
This file contains 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
# general | |
font_family Hack | |
bold_font auto | |
italic_font auto | |
bold_italic_font auto | |
font_size 17 | |
scrollback_lines 15000 | |
copy_on_select yes | |
hide_window_decorations yes | |
tab_bar_edge top | |
tab_bar_style slant | |
editor emacs | |
# solarized-dark high-contrast | |
background #001e26 | |
foreground #9bc1c2 | |
cursor #708183 | |
selection_background #003747 | |
color0 #002731 | |
color8 #006388 | |
color1 #d01b24 | |
color9 #f4153b | |
color2 #6bbe6c | |
color10 #50ee84 | |
color3 #a57705 | |
color11 #b17e28 | |
color4 #2075c7 | |
color12 #178dc7 | |
color5 #c61b6e | |
color13 #e14d8e | |
color6 #259185 | |
color14 #00b29e | |
color7 #e9e2cb | |
color15 #fcf4dc | |
selection_foreground #001e26 | |
# emacs keybindings | |
map alt+w send_text all \x1bw | |
map alt+v send_text all \x1bv | |
map alt+f send_text all \x1bf | |
map alt+b send_text all \x1bb | |
map alt+x send_text all \x1bx | |
map alt+d send_text all \x1bd | |
map alt+; send_text all \x1b; | |
map ctrl+alt+\ send_text all \u{1c} | |
# tab title can be set in terminal via `kitty @ set-tab-title some-title` | |
# Just make an alias in .zshrc file: | |
# alias tab='kitty @ set-tab-title ' | |
allow_remote_control yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment