dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3f68f68a6f2153be00a2129baac9b6d1702748cb
parent 434b90642fb5a058fa06bec05fb66ae72a24df9b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 18 May 2018 10:25:52 -0400

Add C-d, C-u, gg and G bindings for mutt browser when changing folders

Diffstat:
Mlinks/.mutt/muttrc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -148,12 +148,12 @@ bind attach <return> view-mailcap #macro attach <return> "<pipe-entry>cat >~/.mutt_mail.html && open ~/.mutt_mail.html<enter>" "show attachment in browser" # vi-like movement -bind attach,index gg first-entry -bind attach,index G last-entry +bind attach,index,browser gg first-entry +bind attach,index,browser G last-entry bind pager gg top bind pager G bottom -bind attach,index,pager \CD next-page -bind attach,index,pager \CU previous-page +bind attach,index,pager,browser \CD next-page +bind attach,index,pager,browser \CU previous-page bind index,pager R group-reply bind index <tab> sync-mailbox