-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
87 lines (55 loc) · 1.46 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
enable_audio_bell no
include color.ini
font_family Hack Nerd Fonts
font_size 13
disable_ligatures never
url_color #61afef
url_style curly
copy_on_select yes
allow_cloning yes
kitty_mod ctrl+shift
clear_all_shortcuts yes
remember_window_size yes
initial_window_width 80
initial_window_height 24
window_border_width 1.0
draw_minimal_borders yes
window_margin_width 0.0
single_window_margin_width -1000.0
window_padding_width 2.0
placement_strategy center
active_border_color #00ff00
inactive_border_color #cccccc
bell_border_color #ff5a00
cursor_shape beam
cursor_beam_thickness 1.8
mouse_hide_wait 3.0
detect_url yes
repaint_delay 10
input_delay 3
sync_to_monitor yes
tab_bar_style powerline
inactive_tab_background #e06c75
active_tab_background #98c379
tab_bar_margin_color black
map kitty_mod+enter new_window_with_cwd
map kitty_mod+t new_tab
map kitty_mod+q close_tab
map kitty_mod+w close_window
map cmd+q close_tab
map cmd+w close_window
map ctrl+shift+l next_layout
map ctrl+shift+right next_tab
map ctrl+shift+left previous_tab
map ctrl+shift+plus change_font_size all +2.0
map ctrl+shift+minus change_font_size all -2.0
map ctrl+shift+r start_resizing_window
map cmd+r start_resizing_window
map ctrl+left neighboring_window left
map ctrl+right neighboring_window right
map ctrl+up neighboring_window up
map ctrl+down neighboring_window down
map kitty_mod+z toggle_layout stack
map cmd+c copy_to_clipboard_
map cmd+v paste_from_clipboard
shell zsh