forked from helix-editor/helix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_config.toml
46 lines (38 loc) · 1.42 KB
/
my_config.toml
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
# my config
#
# ```shell
# $ cat ~/.config/helix/config.toml
# ```
theme = "monokai_pro_octagon"
[editor]
true-color = true
line-number = "relative"
rulers = [80, 120]
shell = ["/bin/zsh", "-c"]
gutters = ["diagnostics", "line-numbers", "diff", "spacer"]
increment-lists = [
["first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", "ninth", "tenth"],
["one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"],
["ja", "nee"],
["yes", "no"],
["red", "yellow", "blue", "orange", "green"],
[":c", ":d", ":e", ":f", ":g", ":a", ":b"]
]
[editor.spinner]
# frames = ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█", "▇", "▆", "▅", "▄", "▃", "▁"]
# https://github.com/sindresorhus/cli-spinners/pull/63
# frames = ["⣼","⣹","⢻","⠿","⡟","⣏","⣧","⣶"]
frames = ["⠁", "⠂", "⠄", "⡀", "⡈", "⡐", "⡠", "⣀", "⣁", "⣂", "⣄", "⣌", "⣔", "⣤", "⣥", "⣦", "⣮", "⣶", "⣷", "⣿", "⡿", "⠿", "⢟", "⠟", "⡛", "⠛", "⠫", "⢋", "⠋", "⠍", "⡉", "⠉", "⠑", "⠡", "⢁"]
# frames = ["-", "\\", "|", "/"]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["spinner", "mode"]
center = ["file-name"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
[editor.indent-guides]
render = true
[keys.normal]
Z = { Z = ':write-quit' }