diff options
-rw-r--r-- | mutt/.muttrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mutt/.muttrc b/mutt/.muttrc index 4646224..6e48c0f 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -83,3 +83,11 @@ color body brightwhite black '_+[^_]+_+' #default mailbox source ~/.mutt/gmail.com + +bind pager j next-line +bind pager k previous-line +bind pager gg top +bind pager G bottom + +bind browser gg first-entry +bind browser G last-entry |