X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/74ad21fd97fcfbd817a855d036b310de12aaa808..32a180d2d9ce65bca5e463d42c3e6d6ab918b8b7:/mutt/bindings diff --git a/mutt/bindings b/mutt/bindings index 67afb13..617e933 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -7,13 +7,16 @@ bind pager J next-line bind pager K previous-line bind index,pager j next-undeleted bind index,pager k previous-undeleted +bind index g noop bind index gg first-entry bind index G last-entry +bind pager g noop bind pager gg top bind pager G bottom bind index q noop -bind index Q quit +bind index,pager Q noop +bind index,pager x noop # completion bind editor complete-query @@ -22,7 +25,7 @@ bind editor ^T complete macro index b "toggle sidebar_visible" "Toggle sidebar" macro pager b "toggle sidebar_visible" "Toggle sidebar" -macro pager \Cu "|urlview" "open urlview" +macro pager \Cu "|urlscan" "open urlscan" # flag without resolving bind index F flag-message @@ -34,6 +37,10 @@ macro pager F "set my_resolve=\$resolve;set noresolve=(=U|=F)" +macro pager $ "=(=U|=F)" + bind index collapse-thread # open mailcap in attach view @@ -41,3 +48,6 @@ bind attach view-mailcap # add sender to goobook macro index,pager a "goobook add" "add the sender address to goobook" + +macro index,pager 'source $my_config_dir/accounts/gmail!' +macro index,pager 'source $my_config_dir/accounts/office365!'