From 3611515f94a7c39098b88ddf551c400b021b86ee Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 9 Jun 2022 03:46:51 +0100 Subject: nits --- data/kitty.conf | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'data/kitty.conf') 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~ -- cgit v1.2.3