summaryrefslogtreecommitdiff
path: root/kitty/kitty.conf
blob: cf060956aca36ca72c343fdbde705c3222bbbe98 (plain)
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
font_size 11.0
#font_family CascadiaCodePL
font_family luximono
#font_family firacodenerdfonts
detect_urls yes
open_url_modifiers ctrl
open_url_with default
enable_audio_bell yes
background_opacity 0.75
map alt+shift+= launch --location=vsplit
map alt+shift+- launch --location=hsplit
map alt+shift+] layout_action rotate

map shift+up move_window up
map shift+left move_window left
map shift+right move_window right
map shift+down move_window down

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 ctrl+shift+left resize_window narrower
map ctrl+shift+right resize_window wider
map ctrl+shift+up resize_window taller
map ctrl+shift+down resize_window shorter

include ./theme.conf