More Helix config

This commit is contained in:
Daniel Flanagan 2022-05-19 09:27:29 -05:00
parent c623c2ee4e
commit a1fb29ce63
Signed by untrusted user: lytedev-divvy
GPG Key ID: 6D69CEEE4ABBCD82
1 changed files with 19 additions and 1 deletions

View File

@ -1,7 +1,25 @@
theme = "donokai"
[editor]
auto-pairs = false
scrolloff = 8
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
[editor.file-picker]
hidden = false
[keys.insert]
j = { k = "normal_mode" }
j = { k = "normal_mode", j = "normal_mode" }
[keys.normal]
g = { G = "goto_last_line" }
[keys.select]
g = { G = "goto_last_line" }
# [editor]
# mouse = false