AutoYADM commit: 2025-02-26 11:15:17

This commit is contained in:
Daniel Fichtinger 2025-02-26 11:15:17 -05:00
parent 81473dade4
commit a7e36d6d8a

View file

@ -113,6 +113,9 @@ C-b = "move_prev_sub_word_start"
l = "move_next_word_end"
C-l = "move_next_sub_word_end"
A-l = "move_prev_sub_word_start"
# Navigation
C-d = ["page_cursor_half_down", "align_view_center"]
C-u = ["page_cursor_half_up", "align_view_center"]
[keys.normal."["]
x = "extend_line_above"
@ -121,6 +124,8 @@ x = ":bc"
# UI settings and stuff
[keys.normal.space.u]
# Toggle Cursor Always Centered
z = ':toggle scrolloff 2 99'
D = ':toggle end-of-line-diagnostics hint disable'
d = ':toggle inline-diagnostics.cursor-line disable hint'
w = ':toggle soft-wrap.enable'