diff options
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/kitty.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 7629b57..c6f0c96 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf | |||
@@ -2,10 +2,10 @@ | |||
2 | 2 | ||
3 | #: Fonts {{{ --> Ligature Support | 3 | #: Fonts {{{ --> Ligature Support |
4 | 4 | ||
5 | font_family Liga Iosevka | 5 | font_family Iosevka |
6 | bold_font Liga Iosevka Bold | 6 | bold_font Iosevka Bold |
7 | italic_font Liga Iosevka Oblique | 7 | italic_font Iosevka Italic |
8 | bold_italic_font Liga Iosevka Bold Oblique | 8 | bold_italic_font Iosevka Bold Italic |
9 | 9 | ||
10 | font_size 10.0 | 10 | font_size 10.0 |
11 | 11 | ||
@@ -13,7 +13,7 @@ adjust_line_height 0 | |||
13 | adjust_column_width 0 | 13 | adjust_column_width 0 |
14 | 14 | ||
15 | box_drawing_scale 0.001, 1, 1.5, 2 | 15 | box_drawing_scale 0.001, 1, 1.5, 2 |
16 | disable_ligatures cursor | 16 | disable_ligatures always |
17 | 17 | ||
18 | #: }}} | 18 | #: }}} |
19 | 19 | ||
@@ -152,6 +152,9 @@ editor nvim | |||
152 | 152 | ||
153 | kitty_mod ctrl+shift | 153 | kitty_mod ctrl+shift |
154 | 154 | ||
155 | map shift+enter send_text all \x1b[13;2u | ||
156 | map ctrl+enter send_text all \x1b[13;5u | ||
157 | |||
155 | #: The value of kitty_mod is used as the modifier for all default | 158 | #: The value of kitty_mod is used as the modifier for all default |
156 | #: shortcuts, you can change it in your kitty.conf to change the | 159 | #: shortcuts, you can change it in your kitty.conf to change the |
157 | #: modifiers for all the default shortcuts. | 160 | #: modifiers for all the default shortcuts. |