diff options
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ set header = no | |||
33 | set pager_stop | 33 | set pager_stop |
34 | set sleep_time=0 # When changing folder | 34 | set sleep_time=0 # When changing folder |
35 | 35 | ||
36 | # Open mail externally | ||
37 | bind attach x view-mailcap | ||
38 | |||
36 | # Vim-style key binding, \c means Ctrl | 39 | # Vim-style key binding, \c means Ctrl |
37 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim%E9%A3%8E%E6%A0%BC%E9%94%AE%E4%BD%8D%E7%BB%91%E5%AE%9A | 40 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim%E9%A3%8E%E6%A0%BC%E9%94%AE%E4%BD%8D%E7%BB%91%E5%AE%9A |
38 | bind pager G bottom | 41 | bind pager G bottom |