blob: c9538b67de737fb6fcb927562405e6c0abb839f1 (
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
26
27
28
29
30
31
32
33
|
[main]
font=Iosevka Smooth Term:size=17
bold-text-in-bright=palette-based
pad=8x8
[cursor]
# TODO: Fix readline config to not blink in insert mode
blink=no
[colors]
alpha=0.9
foreground=C5C8C6
background=2B303B
[key-bindings]
scrollback-up-line=Control+k
scrollback-down-line=Control+j
scrollback-up-half-page=Control+Shift+k
scrollback-down-half-page=Control+Shift+j
scrollback-end=Control+g
search-start=Control+slash
[search-bindings]
find-prev=Control+p
find-next=Control+n
cursor-left=Control+h
cursor-right=Control+l
cursor-left-word=Control+Shift+h
cursor-right-word=Control+Shift+l
delete-next-word=Control+Delete Control+Shift+Delete
[tweak]
overflowing-glyphs=no
|