-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig
47 lines (36 loc) · 1.2 KB
/
config
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
# To view all options: ghostty +show-config --default --docs
theme = Dark+
# Font
font-family = JetBrainsMonoNL Nerd Font Mono
font-size = 12
# Move characters a bit closer together, similar to the look of iTerm2
adjust-cell-width = -4%
# Cursor
cursor-style = block
adjust-cursor-thickness = 15
# In order to disable cursor blink, you must disable the shell-integration-features
# `cursor-style-blink = false` is not respected when shell integration is enabled (default)
#
# Discussion here: https://github.com/ghostty-org/ghostty/discussions/2812
cursor-style-blink = false
shell-integration-features = no-cursor
# Window
# title = " "
macos-titlebar-proxy-icon = hidden
macos-titlebar-style = tabs
window-save-state = always
window-padding-color = background
window-padding-balance = false
window-padding-x = 4
window-padding-y = 0
# v1.1.0 caused inconsistent borders, this is a workaround
background-opacity = 0.999999999
# background-blur-radius = 40
# Keybindings
# Mapped to hyper+i in karabiner
keybind = page_up=goto_split:top
# Mapped to hyper+u in karabiner
keybind = page_down=goto_split:bottom
# Yank last argument
keybind = cmd+.=esc:.
keybind = global:shift+cmd+ctrl+alt+semicolon=toggle_quick_terminal