-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitty.conf
85 lines (65 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# _ _ _ _ _ _ _
# | | _(_) |_| |_ _ _ | |_ ___ _ __ _ __ ___ (_)_ __ __ _| |
# | |/ / | __| __| | | | | __/ _ \ '__| '_ ` _ \| | '_ \ / _` | |
# | <| | |_| |_| |_| | | || __/ | | | | | | | | | | | (_| | |
# |_|\_\_|\__|\__|\__, | \__\___|_| |_| |_| |_|_|_| |_|\__,_|_|
# |___/ _ _ _
# ___ _ _ ___| |_ ___ _ __ ___ (_)______ _| |_(_) ___ _ __
# / __| | | / __| __/ _ \| '_ ` _ \| |_ / _` | __| |/ _ \| '_ \
# | (__| |_| \__ \ || (_) | | | | | | |/ / (_| | |_| | (_) | | | |
# \___|\__,_|___/\__\___/|_| |_| |_|_/___\__,_|\__|_|\___/|_| |_|
##########################################################################
#fonts
font_family CaskaydiaCove Nerd Font Mono
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0
#cursor
cursor #ff8758
shell_integration no-cursor
cursor_shape block
cursor_shape_unfocused hollow
#others
enable_audio_bell no
window_padding_width 25
#advanced
term xterm-kitty
# scrollback
scrollback_lines 5000
wheel_scroll_multiplier 3.0
#include theme.conf
# mouse
mouse_hide_wait -1
# window layout
remember_window_size no
initial_window_width 1200
initial_window_height 750
window_border_width 1.5pt
enabled_layouts tall
window_padding_width 0
window_margin_width 2
hide_window_decorations no
# window management
map ctrl+shift+enter new_window
map alt+j next_window
map alt+k previous_window
# tab management
map ctrl+alt+enter new_tab
map ctrl+shift+j next_tab
map ctrl+shift+k previous_tab
map ctrl+shift+q close_tab
# layout management
map ctrl+shift+l next_layout
map ctrl+alt+r goto_layout tall
map ctrl+alt+s goto_layout stack
# tab bar customization
tab_bar_style powerline
tab_powerline_style slanted
tab_bar_edge bottom
tab_bar_align left
active_tab_font_style bold
inactive_tab_font_style normal
# initially empty, to be configured by user and remains static
include userprefs.conf
# Note: as userprefs.conf is included at the end, settings configured in this file will override the defaults