X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/82a3e0f96e62623f23f5e48738fc790992e8f95a..4d94e66311d0d33a73a84deabbcad7302a836ff4:/mutt/bindings?ds=inline diff --git a/mutt/bindings b/mutt/bindings index d441abc..fcbad23 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -7,32 +7,45 @@ 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 +macro index,pager gi "=gmail/inbox" "go to inbox" +macro index,pager gy "=gmail/youtube" "go to youtube" +macro index,pager ga "=gmail/archive" "go to archive" +macro index,pager gs "=gmail/spam" "go to spam" + bind index q noop -bind index Q quit +bind index,pager Q noop +bind index,pager x noop # completion bind editor complete-query bind editor ^T complete -# sidebar -bind index,pager \CK sidebar-prev -bind index,pager \CJ sidebar-next -bind index,pager \CO sidebar-open - macro index b "toggle sidebar_visible" "Toggle sidebar" macro pager b "toggle sidebar_visible" "Toggle sidebar" -macro pager \Cu "|urlview" " +macro pager \Cu "|urlscan" "open urlscan" + +# flag without resolving +bind index F flag-message +bind pager F noop +macro pager F "set my_resolve=\$resolve;set noresolveset resolve=\$my_resolve"\ + "Flag message without resolving" # Remap bounce-message function to “B” bind index,pager B bounce-message bind index,pager R group-reply +# limit when syncing +macro index $ "=(=U|=F)" +macro pager $ "=(=U|=F)" + bind index collapse-thread # open mailcap in attach view