X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8a5f4add378f794a5e1bdfd7b552d53aa3d1efa9..0d89e0b38f04e0dc6fd0e2b51efa044bd3ccfc5a:/mutt/bindings?ds=sidebyside diff --git a/mutt/bindings b/mutt/bindings index 433b6bf..a8dfb0a 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -12,27 +12,39 @@ bind index G last-entry 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" +macro index,pager gc "=gmail/cadscan" "go to cadscan" + bind index q noop -bind index Q quit +bind index Q noop +bind index 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" "open urlview" +# 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