This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/helix/config.toml

26 lines
350 B
TOML
Raw Normal View History

theme = "donokai"
2022-05-18 01:27:19 -05:00
2022-05-19 09:27:29 -05:00
[editor]
auto-pairs = false
scrolloff = 8
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
[editor.file-picker]
hidden = false
2022-01-19 10:06:05 -06:00
[keys.insert]
2022-05-19 09:27:29 -05:00
j = { k = "normal_mode", j = "normal_mode" }
[keys.normal]
g = { G = "goto_last_line" }
[keys.select]
g = { G = "goto_last_line" }
# [editor]
# mouse = false