AutoYADM commit: 2025-02-19 16:30:07
This commit is contained in:
parent
1d1bb6ad0e
commit
414bd18863
2 changed files with 5 additions and 3 deletions
|
@ -109,6 +109,7 @@ k = ":toggle lsp.auto-signature-help"
|
||||||
[keys.select.g]
|
[keys.select.g]
|
||||||
m = "extend_to_line_start"
|
m = "extend_to_line_start"
|
||||||
i = "extend_to_line_end"
|
i = "extend_to_line_end"
|
||||||
|
I = "extend_to_line_end_newline"
|
||||||
[keys.select]
|
[keys.select]
|
||||||
X = "extend_line_above"
|
X = "extend_line_above"
|
||||||
ret = "extend_to_word"
|
ret = "extend_to_word"
|
||||||
|
@ -192,6 +193,7 @@ L = "no_op"
|
||||||
z = "goto_window_center"
|
z = "goto_window_center"
|
||||||
m = "goto_line_start"
|
m = "goto_line_start"
|
||||||
i = "goto_line_end"
|
i = "goto_line_end"
|
||||||
|
I = "goto_line_end_newline"
|
||||||
n = "move_line_down"
|
n = "move_line_down"
|
||||||
e = "move_line_up"
|
e = "move_line_up"
|
||||||
l = "goto_last_line"
|
l = "goto_last_line"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
(email) @string
|
(email) @string
|
||||||
|
|
||||||
(body
|
(body
|
||||||
(quoted_line) @markup.quote)
|
(quoted_line
|
||||||
|
(quote_marker) @punctuation.special
|
||||||
|
(quote_contents) @markup.quote))
|
||||||
|
|
||||||
; (header_subject) @markup.heading
|
|
||||||
; (header_other) @markup.environment
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue