-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkitty.conf
58 lines (48 loc) · 1.07 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
# vim:fileencoding=utf-8:ft=conf
adjust_line_height 120%
allow_remote_control yes
font_family "Monaspace Neon Var"
font_size 15
strip_trailing_spaces smart
tab_switch_strategy left
confirm_os_window_close 0
hide_window_decorations yes
macos_traditional_fullscreen yes
shell_integration no-cursor no-title
map super+c copy_to_clipboard
map super+s send_text all \x13
map super+v paste_from_clipboard
map super+1 goto_tab 1
map super+2 goto_tab 2
map super+3 goto_tab 3
map super+4 goto_tab 4
map super+5 goto_tab 5
map super+6 goto_tab 6
map super+7 goto_tab 7
map super+8 goto_tab 8
map super+9 goto_tab 9
map super+0 goto_tab 10
map super+shift+[ previous_tab
map super+shift+] next_tab
map super+enter no_op
background #000000
foreground #F1F1F1
selection_background #B4D5FF
selection_foreground #000000
color0 #4F4F4F
color1 #FA6C5F
color2 #A8FE60
color3 #FFFEB6
color4 #96CAFD
color5 #FA72FC
color6 #C6C4FD
color7 #EEEDEE
color8 #7B7B7B
color9 #FCB6AF
color10 #CEFFAB
color11 #FFFECC
color12 #B5DCFE
color13 #FB9BFE
color14 #DFDFFD
color15 #FEFFFE
update_check_interval 0