X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/c3a03e540dae7adafed0124b1a83c63436b597d7..8b4070b51e98191e73b51fc28c42b8a10e0d92dc:/mutt/bindings diff --git a/mutt/bindings b/mutt/bindings index f27ac96..a5fd9c0 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -1,25 +1,44 @@ # vim: ft=muttrc +bind editor delete-char + # moving around -bind pager J next-line -bind pager K previous-line +bind pager J next-line +bind pager K previous-line bind index,pager j next-undeleted bind index,pager k previous-undeleted +bind index gg first-entry +bind index G last-entry +bind pager gg top +bind pager G bottom + +bind index q noop +bind index Q quit # completion bind editor complete-query -bind editor ^T complete +bind editor ^T complete # sidebar -bind index,pager \CP sidebar-prev -bind index,pager \CN sidebar-next +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 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 B bounce-message +bind index,pager B bounce-message +bind index,pager R group-reply + +bind index collapse-thread # open mailcap in attach view bind attach view-mailcap