helix: Bring back some vim-isms
This commit is contained in:
parent
90f00c9b29
commit
5f39cefc85
1 changed files with 14 additions and 1 deletions
|
|
@ -1,8 +1,15 @@
|
||||||
theme = "onedark"
|
theme = "onedark"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
scrolloff = 0
|
scrolloff = 1
|
||||||
cursorline = true
|
cursorline = true
|
||||||
|
gutters = [
|
||||||
|
"diff",
|
||||||
|
"diagnostics",
|
||||||
|
"spacer",
|
||||||
|
"line-numbers",
|
||||||
|
"spacer",
|
||||||
|
]
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|
@ -13,3 +20,9 @@ select = "underline"
|
||||||
left = ["mode", "spinner", "file-name"]
|
left = ["mode", "spinner", "file-name"]
|
||||||
center = []
|
center = []
|
||||||
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
|
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