summaryrefslogtreecommitdiff
path: root/basic/.config/kitty/kitty.conf
blob: 379a8cc9407fb13f20e481ec146c256ffda5c4cc (plain) (blame)
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
# include               ./theme.conf
font_family           Fira Code
# font_family           BigBlue TerminalPlus
# font_family           Monoid
# font_size             9.0
background_opacity    0.9
remember_window_size  no
initial_window_width  80c
initial_window_height 24c
enable_audio_bell     no
# cursor_trail                 1
# cursor_trail_decay           0.1 0.2
# cursor_trail_start_threshold 10

map ctrl+left  neighboring_window left
map ctrl+right neighboring_window right

map ctrl+equal             change_font_size all 11.0
map ctrl+shift+plus        change_font_size all +4.5
map ctrl+shift+kp_add      change_font_size all +4.5
map ctrl+shift+minus       change_font_size all -4.5
map ctrl+shift+kp_subtract change_font_size all -4.5
map f1 new_tab_with_cwd

# vim: ft=kitty