diff options
| author | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-21 23:53:31 +0200 |
|---|---|---|
| committer | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-22 08:24:15 +0200 |
| commit | e83c4515e0179221e7315abb606452ab2f7b561d (patch) | |
| tree | 355f7c3fd0e9e05c5d8d7ddc2786521eb8bd8b5c /.config/mutt/bindings | |
| parent | e5cb4057fda66962ccb710b460a363bd8aab7414 (diff) | |
add partial mutt config
Diffstat (limited to '.config/mutt/bindings')
| -rwxr-xr-x | .config/mutt/bindings | 31 |
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 |
