AutoYADM commit: 2025-03-03 16:20:12

This commit is contained in:
Daniel Fichtinger 2025-03-03 16:20:12 -05:00
parent a9d6739431
commit 82d0fc03b3

View file

@ -30,7 +30,7 @@ tab = ""
tabpad = " " tabpad = " "
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" # insert = "bar"
normal = "block" normal = "block"
# select = "underline" # select = "underline"
@ -127,6 +127,7 @@ x = ":bc"
# UI settings and stuff # UI settings and stuff
[keys.normal.space.u] [keys.normal.space.u]
# Toggle Cursor Always Centered # Toggle Cursor Always Centered
c = ':toggle cursor-shape.insert bar block'
z = ':toggle scrolloff 2 99' z = ':toggle scrolloff 2 99'
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'