diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/muttrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index bdba14b..2184667 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -88,6 +88,7 @@ bind index gg first-entry bind index G last-entry bind index \Cf next-page bind index \Cb previous-page +bind index i flag-message ## Bindings @@ -103,8 +104,8 @@ bind attach h exit # Pager bind pager j next-line bind pager k previous-line -bind pager "J" next-entry -bind pager "K" previous-entry +bind pager J next-entry +bind pager K previous-entry bind pager h exit bind pager N search-opposite bind pager R group-reply |