diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 00:47:59 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 00:47:59 +0800 |
| commit | 96a923876be4e5bc6237e20ff62e4cf9bb5eb815 (patch) | |
| tree | 7989c3f1b7d91c9696a8b822fb89725d38e0e0f1 /mutt/default | |
| parent | ca8344ad75605d4961dd0bb806e17f5634c37948 (diff) | |
Quick open html file in mutt
Diffstat (limited to 'mutt/default')
| -rw-r--r-- | mutt/default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt/default b/mutt/default index ac57ddf..688932d 100644 --- a/mutt/default +++ b/mutt/default | |||
| @@ -29,6 +29,7 @@ alternative_order text/plain text/enriched text/html | |||
| 29 | auto_view text/html | 29 | auto_view text/html |
| 30 | # Macro to open html with css | 30 | # Macro to open html with css |
| 31 | #macro index,pager h "<pipe-message>htmail-decode<return>" "render html mail using htmail-view" | 31 | #macro index,pager h "<pipe-message>htmail-decode<return>" "render html mail using htmail-view" |
| 32 | macro pager h "v/html<return>xq<return>" "Open html file" | ||
| 32 | 33 | ||
| 33 | # Vim-style key binding, \c means Ctrl | 34 | # Vim-style key binding, \c means Ctrl |
| 34 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim风格键位绑定 | 35 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim风格键位绑定 |