X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e8a6cf2a1c5ab04da7f837ff863165782293bb4a..c3a03e540dae7adafed0124b1a83c63436b597d7:/mutt/bindings?ds=inline diff --git a/mutt/bindings b/mutt/bindings new file mode 100644 index 0000000..f27ac96 --- /dev/null +++ b/mutt/bindings @@ -0,0 +1,28 @@ +# vim: ft=muttrc + +# moving around +bind pager J next-line +bind pager K previous-line +bind index,pager j next-undeleted +bind index,pager k previous-undeleted + +# completion +bind editor complete-query +bind editor ^T complete + +# sidebar +bind index,pager \CP sidebar-prev +bind index,pager \CN sidebar-next +bind index,pager \CO sidebar-open + +macro index b "toggle sidebar_visible" "Toggle sidebar" +macro pager b "toggle sidebar_visible" "Toggle sidebar" + +# Remap bounce-message function to “B” +bind index B bounce-message + +# open mailcap in attach view +bind attach view-mailcap + +# add sender to goobook +macro index,pager a "goobook add" "add the sender address to goobook"