From 1cb98c25357a0190dd1c117a0258038def1c3278 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 18 Aug 2022 18:01:37 +0900 Subject: Polish email(-like) UX --- aerc/.config/aerc/aerc.conf | 2 ++ dev/.gitconfig | 2 ++ vim/.vim/vimrc | 1 + 3 files changed, 5 insertions(+) diff --git a/aerc/.config/aerc/aerc.conf b/aerc/.config/aerc/aerc.conf index ec435c6..2373f2d 100644 --- a/aerc/.config/aerc/aerc.conf +++ b/aerc/.config/aerc/aerc.conf @@ -127,6 +127,8 @@ completion-delay=100ms completion-popovers=true [compose] +reply-to-self=false + # # Specifies the command to run the editor with. It will be shown in an embedded # terminal, though it may also launch a graphical window if the environment diff --git a/dev/.gitconfig b/dev/.gitconfig index 5a733de..2952e47 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -24,6 +24,8 @@ gpgsign = true [pretty] fixes = Fixes: %h (\"%s\") +[log] + date = iso [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 2c766c2..2ac4837 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -24,6 +24,7 @@ augroup vimrc autocmd BufNewFile,BufRead *.ms setlocal filetype=groff autocmd BufNewFile,BufRead *.m setlocal filetype=octave autocmd BufNewFile,BufRead *.h setlocal filetype=c + autocmd BufNewFile,BufRead CHANGES setlocal filetype=mail autocmd FileType asm,c,cpp,h,diff,gitconfig,gitsendemail,go,glsl,mail,make,sshconfig,php,tsv \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8 tabstop=8 autocmd FileType vim,sh,scheme,lua,tex,cmake,cpp,plantuml,html,octave,pascal -- cgit 1.4.1