start full-soy vim config, change colors a bit, general YOLO commit

This commit is contained in:
Grigory Shipunov 2022-10-02 02:21:55 +02:00
parent 4ff5fc37a6
commit 4bda92d47d
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
17 changed files with 439 additions and 120 deletions

View file

@ -1,6 +1,6 @@
# vim: filetype=neomuttrc
# muttrc file for account mail@oxapentane.com
set realname = "0xA"
set realname = "Grigory Shipunov"
set from = "mail@oxapentane.com"
alternates "@oxapentane\.com$"
set reverse_name
@ -39,12 +39,12 @@ macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts"
macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts"
macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts"
set record = "+Sent"
macro index,pager gS "<change-folder>=Sent<enter>" "go to sent"
macro index,pager MS ";<save-message>=Sent<enter>" "move mail to sent"
macro index,pager CS ";<copy-message>=Sent<enter>" "copy mail to sent"
macro index,pager gs "<change-folder>=sinkhole<enter>" "go to sinkhole"
macro index,pager Ms ";<save-message>=sinkhole<enter>" "move mail to sinkhole"
macro index,pager Cs ";<copy-message>=sinkhole<enter>" "copy mail to sinkhole"
macro index,pager gs "<change-folder>=Sent<enter>" "go to sent"
macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent"
macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent"
macro index,pager gh "<change-folder>=sinkhole<enter>" "go to sinkhole"
macro index,pager Mh ";<save-message>=sinkhole<enter>" "move mail to sinkhole"
macro index,pager Ch ";<copy-message>=sinkhole<enter>" "copy mail to sinkhole"
macro index,pager gt "<change-folder>=Trash<enter>" "go to trash"
macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash"
macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash"