add flowed line breaks to vim when editing emails, archive keybind to mutt

This commit is contained in:
Gabriel Fontes
2021-09-08 21:23:43 -03:00
parent 32a60dc76f
commit fddbb11dbd
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -32,6 +32,11 @@
key = "K";
map = [ "index" "pager" ];
}
{
action = ":set confirmappend=no\\n<tag-prefix><save-message>+Archive<enter>:set confirmappend=yes\\n";
key = "A";
map = [ "index" "pager" ];
}
];
extraConfig = ''
alternates "eu@misterio.me|gabriel.fontes@uget.express|g.fontes@usp.br"
+1 -1
View File
@@ -110,7 +110,7 @@ in {
autocmd FileType json,html,nix,scss,typescript setlocal ts=2 sts=2 sw=2
"Options when composing mutt mail
autocmd FileType mail set noautoindent wrapmargin=0 textwidth=0 linebreak wrap
autocmd FileType mail set noautoindent wrapmargin=0 textwidth=0 linebreak wrap formatoptions +=w
"Clipboard
set clipboard=unnamedplus