diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-26 13:16:27 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-26 13:16:27 +0100 |
commit | 98d03c192805170e2bdfcfa862b40e4681e9823d (patch) | |
tree | 68cce1d7f610831e59d312b525d6903943f9f49d /mutt/muttrc | |
parent | 677806e0d06cde5fa6245f9e6db92f2ec71539b1 (diff) |
minor changes
Diffstat (limited to 'mutt/muttrc')
-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 |