commit 96d183d5653fcfdfa9359e765bb3421082e288ed (tree)
parent c354d6ffa1c607ba3955e69aec553f8980b5f775
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Fri, 11 Dec 2020 10:13:19 +0200
mutt index_format
Diffstat:
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus
@@ -47,7 +47,7 @@ export UBER_PROFILE_UID=motiejus
export UBER_LDAP_UID=motiejus
alias gp='git remote | parallel --verbose git push'
alias gf='git remote | parallel --verbose git fetch'
-alias kal='ncal -M'
+alias kal='khal calendar'
alias m=neomutt
export UBER_HOME=/home/motiejus/Uber
diff --git a/mail/.muttrc b/mail/.muttrc
@@ -29,6 +29,10 @@ set realname="Motiejus Jakštys"
set from=motiejus.jakstys@gmail.com
set envelope_from=yes
+# default:
+# index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
+set index_format="%4C %Z %{%F %T} %-15.15L (%?l?%4l&%4c?) %s"
+
set mailcap_path = ~/.mutt/mailcap
auto_view text/html
macro attach 'V' "<pipe-entry>iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html<enter><shell-escape>firefox ~/.cache/mutt/mail.html<enter>"
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
@@ -66,6 +66,8 @@ au FileType yaml set ts=2 sw=2
" sql
au FileType sql setlocal formatprg=pg_format\ -
au FileType sql set ts=2 sw=2 sws=2
+let g:loaded_sql_completion = 0
+let g:ftplugin_sql_omni_key = '<Plug>DisableSqlOmni'
" mail
autocmd BufRead,BufNewFile *mutt-* setfiletype mail