summaryrefslogtreecommitdiff
path: root/config.toml
blob: 22a8dbd2eb6d822b9a2542c6c58b81ce45cd7dbc (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
theme = "base16_terminal"

[editor]
line-number = "relative"
cursorline = true
true-color = true
auto-save = false
completion-trigger-len = 1
scrolloff = 4
bufferline = "multiple"
rulers = [80]

[editor.statusline]
left = ["mode", "file-name", "file-modification-indicator"]
right = ["version-control", "file-type", "position"]

[editor.whitespace.render]
tab = "all"
space = "none"
newline = "none"

[editor.indent-guides]
render = true
character = "╎"

[keys.normal]
"C-s" = ":w"
"C-q" = ":q"
"C-x" = ":wq"
"C-e" = ":config-open"
"Z" = ":sh zfs list"
"G" = ":sh git status"