summaryrefslogtreecommitdiff
path: root/.config/mutt/bindings
diff options
context:
space:
mode:
Diffstat (limited to '.config/mutt/bindings')
-rwxr-xr-x.config/mutt/bindings31
1 files changed, 31 insertions, 0 deletions
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 <backtab>t sidebar-toggle-visible
+
+# i — Notmuch query
+bind index i vfolder-from-query
+
+# ==
+# Macros
+# ===========================
+macro generic ,<Space> ":source ~/.mail_config/mutt/muttrc\n" "Reload mutt's configuration file"
+
+#macro index \cn <next-unread-mailbox>
+
+macro pager j <next-line>
+
+macro pager k <previous-line>
+
+# vim: ft=muttrc