Mercurial > dotfiles
annotate dot_config/kitty/kitty.conf.tmpl @ 752:e9a6e3dd0139
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 ? v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/JohnnyMorganz/StyLua: v0.15.1 ? v0.15.3](https://github.com/JohnnyMorganz/StyLua/compare/v0.15.1...v0.15.3)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 ? v3.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.2...v3.0.0-alpha.4)
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
---|---|
date | Mon, 12 Dec 2022 20:18:05 +0000 |
parents | 587765960227 |
children | 2edfa67bf4dd |
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 | |
9 window_margin_width 4 | |
10 window_padding_width 4 | |
11 | |
12 scrollback_lines 10000 | |
13 | |
14 clipboard_control write-primary write-clipboard no-append | |
15 | |
16 draw_minimal_borders yes | |
17 | |
18 mark1_foreground white | |
19 mark1_background #f43753 | |
20 map f1 toggle_marker iregex 1 \berror\b | |
454
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
21 |
3614ad1b085c
Enable x11 window decorations on linux
zegervdv <zegervdv@me.com>
parents:
434
diff
changeset
|
22 linux_display_server x11 |
468 | 23 editor nvim |
469 | 24 |
25 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
|
26 |
594116f4000e
feat: stop asking confirmation before closing kitty
zegervdv <zegervdv@me.com>
parents:
642
diff
changeset
|
27 confirm_os_window_close 0 |
714 | 28 |
29 {{ if .dark }} | |
30 include colors/catppuccin.conf | |
31 {{ else }} | |
32 include colors/espresso-tutti.conf | |
33 {{ end }} |