diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-18 18:01:37 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-18 18:05:17 +0900 |
commit | 1cb98c25357a0190dd1c117a0258038def1c3278 (patch) | |
tree | fc0b612c9d2548bb97c9f454a05b776dd286b6ae | |
parent | 2bd1d51a910c35f68926c03fd1422635ee32a43e (diff) | |
download | dotfiles-1cb98c25357a0190dd1c117a0258038def1c3278.tar.gz |
Polish email(-like) UX
-rw-r--r-- | aerc/.config/aerc/aerc.conf | 2 | ||||
-rw-r--r-- | dev/.gitconfig | 2 | ||||
-rw-r--r-- | vim/.vim/vimrc | 1 |
3 files changed, 5 insertions, 0 deletions
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 |