AutoYADM commit: 2025-04-17 14:45:05

This commit is contained in:
Daniel Fichtinger 2025-04-17 14:45:05 -04:00
parent d0d4bbf5d2
commit 41c7b50a5c

View file

@ -189,19 +189,29 @@ x = ":bc"
# UI settings and stuff # UI settings and stuff
[keys.normal.space.u] [keys.normal.space.u]
# Toggle Cursor Always Centered # Toggle insert cursor shape
C = ':toggle cursor-shape.insert bar block' C = ':toggle cursor-shape.insert bar block'
# Toggle Cursor Always Centered
z = ':toggle scrolloff 2 99' z = ':toggle scrolloff 2 99'
# Toggle End of line diagnostics
D = ':toggle end-of-line-diagnostics hint disable' D = ':toggle end-of-line-diagnostics hint disable'
# Toggle Inline diagnostics
d = ':toggle inline-diagnostics.cursor-line disable hint' d = ':toggle inline-diagnostics.cursor-line disable hint'
# Toggle soft-wrap
w = ':toggle soft-wrap.enable' w = ':toggle soft-wrap.enable'
# Soft wrap at specified text width
s = ':set soft-wrap.wrap-at-text-width true' s = ':set soft-wrap.wrap-at-text-width true'
S = ':set soft-wrap.wrap-at-text-width false' S = ':set soft-wrap.wrap-at-text-width false'
# Toggle signature help (off by default)
k = ":toggle lsp.auto-signature-help" k = ":toggle lsp.auto-signature-help"
# toggle auto completion (on by default)
c = ":toggle auto-completion" c = ":toggle auto-completion"
# toggle inlay hints (on by default)
h = ':toggle lsp.display-inlay-hints' h = ':toggle lsp.display-inlay-hints'
# Toggle git display # Toggle git display
g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]' g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", "diff"] ["diagnostics", "spacer", "line-numbers", "spacer", "spacer"]'
# Toggle Ruler
# rulers = [81]
[keys.select.g] [keys.select.g]
m = "extend_to_line_start" m = "extend_to_line_start"