Merge pull request 'More Helix config' (#4) from lytedev-divvy/dotfiles:master into master
Reviewed-on: #4
This commit is contained in:
commit
a96ae69c89
|
@ -1,7 +1,25 @@
|
||||||
theme = "donokai"
|
theme = "donokai"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
auto-pairs = false
|
||||||
|
scrolloff = 8
|
||||||
|
|
||||||
|
[editor.cursor-shape]
|
||||||
|
normal = "block"
|
||||||
|
insert = "bar"
|
||||||
|
select = "underline"
|
||||||
|
|
||||||
|
[editor.file-picker]
|
||||||
|
hidden = false
|
||||||
|
|
||||||
[keys.insert]
|
[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]
|
# [editor]
|
||||||
# mouse = false
|
# mouse = false
|
||||||
|
|
Reference in a new issue