AutoYADM commit: 2025-02-06 18:10:06

This commit is contained in:
Daniel Fichtinger 2025-02-06 18:10:06 -05:00
parent 725b501367
commit 4b82d306f5

View file

@ -11,12 +11,16 @@ cursorline = true
bufferline = "multiple" bufferline = "multiple"
color-modes = true color-modes = true
scrolloff = 2 scrolloff = 2
jump-label-alphabet = "tnseriplfuwydhcxoaqz"
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
normal = "block" normal = "block"
select = "underline" select = "underline"
[editor.statusline]
mode.normal = "NRM"
[keys.normal] [keys.normal]
m = "move_char_left" m = "move_char_left"
M = "goto_line_start" M = "goto_line_start"