diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-03 20:03:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-03 20:03:59 +0800 |
commit | e892b3a63f95527b2b3b038f3c9b61400efae0af (patch) | |
tree | 708e58a4bcbb7eb074d901c747f759bd839d9286 | |
parent | 172e135dda0f9ac17da2d26a6aaadcc4d50b49b1 (diff) |
update
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ set timeout = 10 | |||
36 | set quit = ask-no | 36 | set quit = ask-no |
37 | set sort = threads | 37 | set sort = threads |
38 | set pager_index_lines = 5 | 38 | set pager_index_lines = 5 |
39 | set markers = no # Remove '+' for long links with multiple lines | 39 | set markers = no # Remove '+' for long links with limited terminal width |
40 | 40 | ||
41 | # Vim-style key binding, \c means Ctrl | 41 | # Vim-style key binding, \c means Ctrl |
42 | # 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 | 42 | # 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 |