diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-22 11:05:31 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-22 11:05:31 +0800 |
| commit | 5605ff05cc9be5c6cc08e3faf4c947af3be07e27 (patch) | |
| tree | aaf9f6f41e63bbe5c0fd816c59776d392dc0989c /mutt | |
| parent | 82dac700d356bbf1592d4621df0b2508a35e6058 (diff) | |
Update
Diffstat (limited to 'mutt')
| -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 |