-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkitty.conf
58 lines (49 loc) · 1.4 KB
/
kitty.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Solarized Dark Higher Contrast
# font
font_family JetBrainsMono Nerd Font Mono
bold_font auto
italic_font auto
bold_italic_font auto
# font_family ComicShannsMono Nerd Font Mono
# bold_font auto
# italic_font auto
font_size 16
# UI
cursor_shape block
term xterm-kitty
background_opacity 1
remember_window_size yes
hide_window_decorations titlebar-only
confirm_os_window_close 0
# 添加ansi码
map ctrl+' send_text all \x1b[39;5u
map ctrl+( send_text all \x1b[40;5u
map ctrl+) send_text all \x1b[41;5u
map ctrl+, send_text all \x1b[44;5u
map ctrl++ send_text all \x1b[43;5u
map ctrl+- send_text all \x1b[45;5u
map ctrl+. send_text all \x1b[46;5u
map ctrl+; send_text all \x1b[59;5u
map ctrl+= send_text all \x1b[61;5u
map ctrl+/ send_text all \x1b[47;5u
map ctrl+~ send_text all \x1b[126;5u
map ctrl+` send_text all \x1b[96;5u
# map ctrl+enter send_text all \x1b[13;5u
# map super+s send_text all \x1b[115;9u
# map super+/ send_text all \x1b[47;9u
# map alt+c send_text all \x1b[99;9u
cursor_trail 3
cursor_trail_decay 0.1 0.45
cursor_trail_start_threshold 2
map f4 toggle_maximized
tab_bar_edge top
macos_option_as_alt yes
macos_show_window_title_in none
mouse_map ctrl+left press ungrabbed,grabbed mouse_click_url
open_url_with default
copy_on_select yes
scrollback_lines 2000
# BEGIN_KITTY_THEME
# Solarized Dark Higher Contrast
include current-theme.conf
# END_KITTY_THEME