AutoYADM commit: 2025-02-26 11:15:17
This commit is contained in:
parent
81473dade4
commit
a7e36d6d8a
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,9 @@ C-b = "move_prev_sub_word_start"
|
||||||
l = "move_next_word_end"
|
l = "move_next_word_end"
|
||||||
C-l = "move_next_sub_word_end"
|
C-l = "move_next_sub_word_end"
|
||||||
A-l = "move_prev_sub_word_start"
|
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."["]
|
[keys.normal."["]
|
||||||
x = "extend_line_above"
|
x = "extend_line_above"
|
||||||
|
@ -121,6 +124,8 @@ x = ":bc"
|
||||||
|
|
||||||
# UI settings and stuff
|
# UI settings and stuff
|
||||||
[keys.normal.space.u]
|
[keys.normal.space.u]
|
||||||
|
# Toggle Cursor Always Centered
|
||||||
|
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'
|
||||||
w = ':toggle soft-wrap.enable'
|
w = ':toggle soft-wrap.enable'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue