X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/c3a03e540dae7adafed0124b1a83c63436b597d7..dbb5ec76ee755f6281551355fa8d4360147eebee:/mutt/bindings diff --git a/mutt/bindings b/mutt/bindings index f27ac96..d441abc 100644 --- a/mutt/bindings +++ b/mutt/bindings @@ -1,25 +1,39 @@ # 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" " + # 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