diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-30 10:41:25 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-30 10:41:25 +0800 |
commit | efd882787f4f5b5accd8ff6cfb4068608ea545d4 (patch) | |
tree | ff4939f281c918320c63af2ba13794518e143c1e /muttrc | |
parent | bb167c51b7b9570bed9ee99866319c091815bb99 (diff) |
update
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 |