helix: light/dark mode
This commit is contained in:
parent
98a5eb772f
commit
60f8f83839
5 changed files with 7 additions and 2 deletions
26
helix/main.toml
Normal file
26
helix/main.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[editor]
|
||||
scrolloff = 1
|
||||
cursorline = true
|
||||
gutters = [
|
||||
"diff",
|
||||
"diagnostics",
|
||||
"spacer",
|
||||
"line-numbers",
|
||||
"spacer",
|
||||
]
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "spinner", "file-name"]
|
||||
center = []
|
||||
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
|
||||
|
||||
[keys.normal]
|
||||
"\\" = { w = ":w" }
|
||||
|
||||
"C-e" = "scroll_down"
|
||||
"C-y" = "scroll_up"
|
||||
Loading…
Add table
Add a link
Reference in a new issue