aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mutt/default16
1 files changed, 6 insertions, 10 deletions
diff --git a/mutt/default b/mutt/default
index 688932d..69b5595 100644
--- a/mutt/default
+++ b/mutt/default
@@ -34,7 +34,6 @@ macro pager h "v/html<return>xq<return>" "Open html file"
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风格键位绑定
36bind index <Return> sync-mailbox 36bind index <Return> sync-mailbox
37bind index q browse-mailboxes
38bind index y edit-label 37bind index y edit-label
39bind index x tag-entry 38bind index x tag-entry
40bind index t edit-label 39bind index t edit-label
@@ -45,20 +44,16 @@ bind index \ck previous-entry
45bind index,browser G last-entry 44bind index,browser G last-entry
46bind index,browser g noop 45bind index,browser g noop
47bind index,browser gg first-entry 46bind index,browser gg first-entry
48bind index \cf next-page 47bind index,pager,browser \cf next-page
49bind index \cb previous-page 48bind index,pager,browser \cb previous-page
50bind index \cd half-down 49bind index,pager,browser \cd half-down
51bind index \cu half-up 50bind index,pager,browser \cu half-up
52bind index } bottom-page 51bind index } bottom-page
53bind pager G bottom 52bind pager G bottom
54bind pager g noop 53bind pager gg noop
55bind pager gg top 54bind pager gg top
56bind pager j next-line 55bind pager j next-line
57bind pager k previous-line 56bind pager k previous-line
58bind pager \cf next-page
59bind pager \cb previous-page
60bind pager \cd half-down
61bind pager \cu half-up
62bind pager \cj next-entry 57bind pager \cj next-entry
63bind pager \ck previous-entry 58bind pager \ck previous-entry
64bind pager \ch display-toggle-weed 59bind pager \ch display-toggle-weed
@@ -70,6 +65,7 @@ macro index *n "\ctall\n" "Deselect All"
70macro index h "\\all\n" "All messages" 65macro index h "\\all\n" "All messages"
71macro index d '<tag-prefix><delete-message>' 'Delete' 66macro index d '<tag-prefix><delete-message>' 'Delete'
72macro index s '<tag-prefix><save-message>' 'Saved' 67macro index s '<tag-prefix><save-message>' 'Saved'
68macro index q 'c?'
73 69
74# Sidebar 70# Sidebar
75set mail_check = 120 71set mail_check = 120