.config/ghostty/config
[raw]
[blame]
1theme = Jellybeans
2cursor-style = block
3
4# gdk adwaita uses a slimmer tab bar
5gtk-adwaita = false
6
7font-family = ""
8font-family = "Source Code Pro"
9font-thicken = true
10font-size = 12
11
12window-decoration = false
13
14keybind = super+c=copy_to_clipboard
15keybind = super+v=paste_from_clipboard
16
17keybind = super+n=new_window
18keybind = super+t=new_tab
19keybind = super+w=close_surface
20
21keybind = super+shift+[=previous_tab
22keybind = super+shift+]=next_tab
23
24keybind = super+k=clear_screen
25
26keybind = super+r=reload_config