hx: enhance usability

This commit is contained in:
2026-02-13 10:35:56 +01:00
parent ebc6167253
commit 1dfbd7e895
2 changed files with 4 additions and 0 deletions

View File

@@ -25,3 +25,5 @@
lineNumber = true
[init]
defaultBranch = main
[core]
editor = hx

View File

@@ -6,6 +6,7 @@ cursor-shape.insert = "bar"
insert-final-newline = false
# rulers = [80, 100]
true-color = true
text-width = 100
[editor.whitespace.render]
tab = "all"
@@ -31,3 +32,4 @@ display-inlay-hints = true
[keys.normal.z]
s = ":set soft-wrap.enable true"
S = ":set soft-wrap.enable false"
r = ":reflow"