From 482d1600ccac1b261edd1261c23596e394a45052 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 21 Jan 2023 09:15:35 +0800 Subject: Remove mutt config --- .mutt/keybindings | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .mutt/keybindings (limited to '.mutt/keybindings') diff --git a/.mutt/keybindings b/.mutt/keybindings deleted file mode 100644 index 90bce04..0000000 --- a/.mutt/keybindings +++ /dev/null @@ -1,26 +0,0 @@ -# vim: filetype=muttrc - -bind pager j next-line -bind pager k previous-line -bind attach,index,pager \CD next-page -bind attach,index,pager \CU previous-page -bind pager gg top -bind pager G bottom -bind attach,index g noop -bind attach,index gg first-entry -bind attach,index G last-entry - -bind index,pager \Cn sidebar-next -bind index,pager \Cp sidebar-prev - -bind pager ',r' group-chat-reply - -# ',l' performs a notmuch query, showing only the results -macro index ',l' "unset wait_keyread -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;s/\\+/\\\\+/g for@a;s/=/\\\\=/g for@a;$,=\"|\";print@a'\`\"" "show only messages matching a notmuch pattern" - -macro index 'c' '?^K=' -macro index,pager 's' '?' - -macro attach 'V' "iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html$BROWSER ~/.cache/mutt/mail.html" -macro attach s ~/Downloads/ - -- cgit v1.2.3