# HG changeset patch # User Meredith Howard # Date 1463758490 14400 # Node ID 1028fece0d4100fcfb46e07584da92ac78eea834 # Parent f21fd26bef978cd1223a7236d4ba03a2adb499cb binding fixup diff --git a/.muttrc b/.muttrc --- a/.muttrc +++ b/.muttrc @@ -33,39 +33,31 @@ set message_cachedir = ~/.cache/mutt auto_view text/html alternative_order text/plain text/html -bind index help +bind generic \` help +bind generic / search +bind generic ? search-reverse +bind generic n search-next +bind generic N search-opposite +bind generic \Cu half-up +bind generic \Cd half-down + bind index sync-mailbox -bind index / search -bind index ? search-reverse -bind index n search-next -bind index N search-opposite - -bind index gg first-entry -bind index G last-entry -bind index \Cu half-up -bind index \Cd half-down +bind index gg first-entry +bind index G last-entry bind pager J next-unread bind pager K previous-unread +bind pager sync-mailbox bind pager previous-line bind pager next-line -bind pager gg top -bind pager G bottom -bind pager \Cu half-up -bind pager \Cd half-down +bind pager gg top +bind pager G bottom bind pager r reply bind pager R group-reply bind pager l list-reply -bind pager help -bind pager sync-mailbox -bind pager / search -bind pager ? search-reverse -bind pager n search-next -bind pager N search-opposite - push # Appearance