From e83c4515e0179221e7315abb606452ab2f7b561d Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:53:31 +0200 Subject: add partial mutt config --- .config/mutt/bindings | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 .config/mutt/bindings (limited to '.config/mutt/bindings') diff --git a/.config/mutt/bindings b/.config/mutt/bindings new file mode 100755 index 0000000..efb8675 --- /dev/null +++ b/.config/mutt/bindings @@ -0,0 +1,31 @@ +# == +# Regular bindings +# =========================== + +# Ctrl-Shift-P – Previous Mailbox +bind index,pager \CP sidebar-prev + +# Ctrl-Shift-N – Next Mailbox +bind index,pager \CN sidebar-next + +# Ctrl-Shift-O – Open Highlighted Mailbox +bind index,pager \cO sidebar-open + +# Shift-Tab-t — Toggle sidebar +bind index,pager t sidebar-toggle-visible + +# i — Notmuch query +bind index i vfolder-from-query + +# == +# Macros +# =========================== +macro generic , ":source ~/.mail_config/mutt/muttrc\n" "Reload mutt's configuration file" + +#macro index \cn + +macro pager j + +macro pager k + +# vim: ft=muttrc -- cgit v1.2.3-54-g00ecf