Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf.tmpl @ 708:594116f4000e
feat: stop asking confirmation before closing kitty
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 26 Oct 2022 20:09:53 +0200 |
parents | b8f4fa2ebc4b |
children | 5b726cb31ab5 |
rev | line source |
---|---|
434 | 1 # vim:fileencoding=utf-8:ft=conf |
2 | |
3 font_family Fira Code Retina | |
4 italic_font Iosevka Term Italic | |
5 font_size {{ .font_size }} | |
6 | |
7 symbol_map U+F100-U+F2FF nonicons | |
8 | |
642 | 9 cursor #dbebff |
434 | 10 |
11 window_margin_width 4 | |
12 window_padding_width 4 | |
13 | |
642 | 14 foreground #000000 |
15 background #FBFAFC | |
434 | 16 |
642 | 17 color0 #000000 |
18 color8 #d1d1d1 | |
434 | 19 |
642 | 20 color1 #d44950 |
21 color9 #d44950 | |
434 | 22 |
642 | 23 color2 #73b00a |
24 color10 #73b00a | |
434 | 25 |
642 | 26 color3 #faa500 |
27 color11 #faa500 | |
434 | 28 |
642 | 29 color4 #2f6f9f |
30 color12 #2f6f9f | |
434 | 31 |
642 | 32 color5 #3a1d72 |
33 color13 #3a1d72 | |
434 | 34 |
642 | 35 color6 #4f9fcf |
36 color14 #4f9fcf | |
434 | 37 |
642 | 38 color7 #ffffff |
434 | 39 color15 #ffffff |
40 | |
41 scrollback_lines 10000 | |
42 | |
642 | 43 selection_background #dbebff |
434 | 44 |
45 clipboard_control write-primary write-clipboard no-append | |
46 | |
47 draw_minimal_borders yes | |
48 active_border_color #b3deef | |
49 inactive_border_color #282c34 | |
50 | |
51 mark1_foreground white | |
52 mark1_background #f43753 | |
53 map f1 toggle_marker iregex 1 \berror\b | |
454
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
54 |
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
55 linux_display_server x11 |
468 | 56 editor nvim |
469 | 57 |
58 map ctrl+g kitten hints --type=linenum nvim +{line} {path} | |
708
594116f4000e
feat: stop asking confirmation before closing kitty
zegervdv <zegervdv@me.com>
parents:
642
diff
changeset
|
59 |
594116f4000e
feat: stop asking confirmation before closing kitty
zegervdv <zegervdv@me.com>
parents:
642
diff
changeset
|
60 confirm_os_window_close 0 |