AutoYADM commit: 2025-02-13 13:00:07

This commit is contained in:
Daniel Fichtinger 2025-02-13 13:00:07 -05:00
parent a41648b8bf
commit 8938d5c71d

View file

@ -91,11 +91,11 @@ x = ":bc"
# UI settings and stuff # UI settings and stuff
[keys.normal.space.u] [keys.normal.space.u]
d = [':toggle end-of-line-diagnostics hint disable'] d = ':toggle end-of-line-diagnostics hint disable'
D = ':toggle inline-diagnostics.cursor-line disable hint' D = ':toggle inline-diagnostics.cursor-line disable hint'
w = ':toggle soft-wrap.enable' w = ':toggle soft-wrap.enable'
W = ':toggle soft-wrap.wrap-at-text-width' s = ':set soft-wrap.wrap-at-text-width true'
S = ':set soft-wrap.wrap-at-text-width false'
[keys.select.g] [keys.select.g]
m = "extend_to_line_start" m = "extend_to_line_start"
i = "extend_to_line_end" i = "extend_to_line_end"