From 414bd188636840c64ddde4036877f1fe11ad72c8 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 19 Feb 2025 16:30:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-19 16:30:07 --- .config/helix/config.toml | 2 ++ .config/helix/runtime/queries/mail/highlights.scm | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 3645d417..5e5445c5 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -109,6 +109,7 @@ k = ":toggle lsp.auto-signature-help" [keys.select.g] m = "extend_to_line_start" i = "extend_to_line_end" +I = "extend_to_line_end_newline" [keys.select] X = "extend_line_above" ret = "extend_to_word" @@ -192,6 +193,7 @@ L = "no_op" z = "goto_window_center" m = "goto_line_start" i = "goto_line_end" +I = "goto_line_end_newline" n = "move_line_down" e = "move_line_up" l = "goto_last_line" diff --git a/.config/helix/runtime/queries/mail/highlights.scm b/.config/helix/runtime/queries/mail/highlights.scm index 7472bea8..41de2939 100644 --- a/.config/helix/runtime/queries/mail/highlights.scm +++ b/.config/helix/runtime/queries/mail/highlights.scm @@ -20,7 +20,7 @@ (email) @string (body - (quoted_line) @markup.quote) + (quoted_line + (quote_marker) @punctuation.special + (quote_contents) @markup.quote)) -; (header_subject) @markup.heading -; (header_other) @markup.environment