pointfichiers/editor/helix/config.toml

27 lines
500 B
TOML
Raw Normal View History

2023-09-28 10:52:20 +02:00
theme="sonokai"
2024-01-27 14:13:11 +01:00
[editor]
mouse = false
preview-completion-insert = false
color-modes = true
2024-01-27 14:15:56 +01:00
[editor.indent-guides]
render = true
character = "┆"
2024-01-27 14:23:43 +01:00
[editor.lsp]
display-inlay-hints = true
2024-01-19 17:47:36 +01:00
[editor.soft-wrap]
enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "block"
2023-09-28 10:52:20 +02:00
[keys.normal]
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
2024-01-27 13:04:01 +01:00
a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]
A-R = [":clipboard-paste-replace"]