mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
add flowed line breaks to vim when editing emails, archive keybind to mutt
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user