diff options
Diffstat (limited to '.config/neomutt/mappings')
| -rw-r--r-- | .config/neomutt/mappings | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/neomutt/mappings b/.config/neomutt/mappings index 771b929..2e29117 100644 --- a/.config/neomutt/mappings +++ b/.config/neomutt/mappings @@ -7,6 +7,11 @@ macro index,pager gs "<change-folder>=Sent Messages<enter>" "open sent" macro index,pager gt "<change-folder>=Deleted Messages<enter>" "open trash" macro index,pager gf "<change-folder>?" "open mailbox..." +bind index,pager \CJ sidebar-next +bind index,pager \CK sidebar-prev +bind index,pager \CE sidebar-open +bind index,pager B sidebar-toggle-visible + # Attach PGP public key bind compose a noop bind compose aa attach-file |
