diff options
author | Guangxiong Lin <[email protected]> | 2023-01-21 09:15:35 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-01-21 09:15:35 +0800 |
commit | 482d1600ccac1b261edd1261c23596e394a45052 (patch) | |
tree | 6c78d14b784e59c39d58227d3d45c734c1a50066 /.mutt/keybindings | |
parent | 9662a8ec581ea6055d1bfaff3ba4dd6602bddccd (diff) | |
download | dotfiles-482d1600ccac1b261edd1261c23596e394a45052.tar.gz dotfiles-482d1600ccac1b261edd1261c23596e394a45052.tar.bz2 dotfiles-482d1600ccac1b261edd1261c23596e394a45052.zip |
Remove mutt config
Diffstat (limited to '.mutt/keybindings')
-rw-r--r-- | .mutt/keybindings | 26 |
1 files changed, 0 insertions, 26 deletions
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' "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~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'\`\"<enter>" "show only messages matching a notmuch pattern" - -macro index 'c' '<change-folder>?<change-dir><home>^K=<enter>' -macro index,pager 's' '<save-message>?' - -macro attach 'V' "<pipe-entry>iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html<enter><shell-escape>$BROWSER ~/.cache/mutt/mail.html<enter>" -macro attach s <save-entry><kill-line>~/Downloads/ - |