diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/kitty.conf | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/data/kitty.conf b/data/kitty.conf index 3784114..cb84df1 100644 --- a/data/kitty.conf +++ b/data/kitty.conf @@ -4,13 +4,6 @@ bold_font Fira Code SemiBold italic_font Fira Code Italic disable_ligatures always -map ctrl+enter send_text all \x1b[27;5;13~ -map ctrl+. send_text all \x1b[27;5;46~ -map ctrl+; send_text all \x1b[27;5;59~ -map ctrl+' send_text all \x1b[27;5;39~ -map ctrl+( send_text all \x1b[27;5;40~ -map ctrl+) send_text all \x1b[27;5;41~ - box_drawing_scale 0.1, 0.5, 1, 1 cursor orangered2 @@ -44,8 +37,6 @@ window_alert_on_bell yes enable_audio_bell no remember_window_size no -initial_window_width 640 -initial_window_height 400 enabled_layouts * window_border_width 1 @@ -62,7 +53,7 @@ background_opacity 0.9 selection_background #efebe7 selection_foreground #101010 -# *color0: rgb:21/36/4b +# black color0 grey5 color8 grey5 # red @@ -86,3 +77,10 @@ color14 cyan4 # white color7 white color15 white + +map ctrl+enter send_text all \x1b[27;5;13~ +map ctrl+. send_text all \x1b[27;5;46~ +map ctrl+; send_text all \x1b[27;5;59~ +map ctrl+' send_text all \x1b[27;5;39~ +map ctrl+( send_text all \x1b[27;5;40~ +map ctrl+) send_text all \x1b[27;5;41~ |