AutoYADM commit: 2025-03-16 16:45:06

This commit is contained in:
Daniel Fichtinger 2025-03-16 16:45:06 -04:00
parent 49a11099f8
commit 0d65f65d90
3 changed files with 5 additions and 4 deletions

View file

@ -165,7 +165,7 @@ x = ":bc"
# UI settings and stuff
[keys.normal.space.u]
# Toggle Cursor Always Centered
c = ':toggle cursor-shape.insert bar block'
C = ':toggle cursor-shape.insert bar block'
z = ':toggle scrolloff 2 99'
D = ':toggle end-of-line-diagnostics hint disable'
d = ':toggle inline-diagnostics.cursor-line disable hint'
@ -173,6 +173,7 @@ w = ':toggle soft-wrap.enable'
s = ':set soft-wrap.wrap-at-text-width true'
S = ':set soft-wrap.wrap-at-text-width false'
k = ":toggle lsp.auto-signature-help"
c = ":toggle auto-completion"
h = ':toggle lsp.display-inlay-hints'
[keys.select.g]