blob: f2cfcb7210a96176634f4a6d5a5456c3c8632fd0 (
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
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
|
macos-window-shadow = false
theme = nord
font-size = 14
#font-family = "Maple Mono"
font-family = "IosevkaTerm Nerd Font"
keybind = global:alt+c=toggle_quick_terminal
macos-option-as-alt = true
cursor-style = block
cursor-style-blink = false
shell-integration-features = no-cursor
confirm-close-surface = false
macos-titlebar-style = hidden
quick-terminal-animation-duration = 0
background = #000000
#background-blur = 15
#background-opacity = 0.8
background-image="/Users/tom/dotfiles/.config/ghostty/ign-0008.png"
background-image-fit="cover"
background-image-opacity=0.3
keybind = super+k=text:\x13\x4b
keybind = super+l=text:\x13\x4c
# Ctrl s
keybind = super+alt+ctrl+shift+s=text:\x13
# Ctrl a
keybind = super+alt+ctrl+shift+a=text:\x01
# Ctrl m
# keybind = super+alt+ctrl+shift+m=text:\x0d
# Hyper M to Ctrl Space
keybind = super+alt+ctrl+shift+m=text:\x00
# Switch windows
keybind = super+alt+ctrl+shift+1=text:\x13\x31
keybind = super+alt+ctrl+shift+2=text:\x13\x32
keybind = super+alt+ctrl+shift+3=text:\x13\x33
keybind = super+alt+ctrl+shift+4=text:\x13\x34
keybind = super+alt+ctrl+shift+o=text:\x03
# Ctrl + y / n / p
keybind = super+alt+ctrl+shift+y=text:\x19
keybind = super+alt+ctrl+shift+n=text:\x0e
keybind = super+alt+ctrl+shift+p=text:\x10
# u -> Ctrl+D
keybind = super+alt+ctrl+shift+u=text:\x04
# i -> Ctrl+U
keybind = super+alt+ctrl+shift+i=text:\x15
# hjkl -> Ctrl+hjkl
keybind = super+alt+ctrl+shift+h=text:\x08
keybind = super+alt+ctrl+shift+j=text:\x0a
keybind = super+alt+ctrl+shift+k=text:\x0b
keybind = super+alt+ctrl+shift+l=text:\x0c
|