hx: enhance usability
This commit is contained in:
@@ -25,3 +25,5 @@
|
|||||||
lineNumber = true
|
lineNumber = true
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[core]
|
||||||
|
editor = hx
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ cursor-shape.insert = "bar"
|
|||||||
insert-final-newline = false
|
insert-final-newline = false
|
||||||
# rulers = [80, 100]
|
# rulers = [80, 100]
|
||||||
true-color = true
|
true-color = true
|
||||||
|
text-width = 100
|
||||||
|
|
||||||
[editor.whitespace.render]
|
[editor.whitespace.render]
|
||||||
tab = "all"
|
tab = "all"
|
||||||
@@ -31,3 +32,4 @@ display-inlay-hints = true
|
|||||||
[keys.normal.z]
|
[keys.normal.z]
|
||||||
s = ":set soft-wrap.enable true"
|
s = ":set soft-wrap.enable true"
|
||||||
S = ":set soft-wrap.enable false"
|
S = ":set soft-wrap.enable false"
|
||||||
|
r = ":reflow"
|
||||||
|
|||||||
Reference in New Issue
Block a user