diff options
-rw-r--r-- | mutt/default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/default b/mutt/default index 68b0775..4c6ecce 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -33,6 +33,8 @@ macro pager h "v/html<return>xq<return>" "Open html file" | |||
33 | 33 | ||
34 | # Vim-style key binding, \c means Ctrl | 34 | # Vim-style key binding, \c means Ctrl |
35 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim风格键位绑定 | 35 | # ref: https://fancyseeker.github.io/2015/08/19/mutt/#vim风格键位绑定 |
36 | bind index o sort-reverse | ||
37 | bind index O sort-mailbox | ||
36 | bind index <Return> sync-mailbox | 38 | bind index <Return> sync-mailbox |
37 | bind index y edit-label | 39 | bind index y edit-label |
38 | bind index x tag-entry | 40 | bind index x tag-entry |