Update helix config

This commit is contained in:
Hydroxycarbamide 2025-02-10 19:04:55 +01:00
parent 5cf999714b
commit e33ff9af64
Signed by: Siklos
GPG key ID: C06D07D96997549A
2 changed files with 7 additions and 3716 deletions

View file

@ -13,7 +13,9 @@ auto-pairs = false
[editor.whitespace.render]
space = "all"
tab = "all"
newline = "none"
nbsp = "none"
nnbsp = "none"
newline = "all"
[editor.cursor-shape]
insert = "bar"
@ -40,6 +42,10 @@ C-l = "jump_view_right"
"}" = "goto_next_paragraph"
"{" = "goto_prev_paragraph"
[keys.insert]
"A-x" = "normal_mode" # Maps Alt-X to enter normal mode
j = { k = "normal_mode" } # Maps `jk` to exit insert mode
[editor.soft-wrap]
enable = true
max-wrap = 25 # increase value to reduce forced mid-word wrapping

File diff suppressed because it is too large Load diff