diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 77ccd740..e5e9d576 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -57,6 +57,7 @@ skip-levels = 1 enable = true [keys.normal] +C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"] "\\" = ":format" "+" = ":reflow" ret = "goto_word" diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so deleted file mode 100755 index 162c0013..00000000 Binary files a/.config/helix/runtime/grammars/mail.so and /dev/null differ diff --git a/.config/helix/runtime/grammars/mail.so b/.config/helix/runtime/grammars/mail.so new file mode 120000 index 00000000..691479a0 --- /dev/null +++ b/.config/helix/runtime/grammars/mail.so @@ -0,0 +1 @@ +/home/fic/dev/tree-sitter-mail/mail.so \ No newline at end of file diff --git a/.config/helix/runtime/queries/mail/highlights.scm b/.config/helix/runtime/queries/mail/highlights.scm index a6817eb3..37890754 100644 --- a/.config/helix/runtime/queries/mail/highlights.scm +++ b/.config/helix/runtime/queries/mail/highlights.scm @@ -8,7 +8,7 @@ (header_separator) @punctuation.delimiter (header_subject - (header_unstructured) @markup.heading) + (header_unstructured) @markup.bold) (header_other (header_unstructured) @comment)