diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-06-28 09:12:18 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-28 09:17:03 -0700 |
commit | 9c689b4c78b0b651f2e79d27a0d602b380a90c6e (patch) | |
tree | 52ac5052ee72c8199922731abe21d691a4c56523 /.mutt/muttrc.binds | |
parent | 75d5acaa867462615f07607fcb7008d2785a6d91 (diff) |
Add mutt config
Diffstat (limited to '.mutt/muttrc.binds')
-rw-r--r-- | .mutt/muttrc.binds | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.mutt/muttrc.binds b/.mutt/muttrc.binds new file mode 100644 index 0000000..a595874 --- /dev/null +++ b/.mutt/muttrc.binds @@ -0,0 +1,13 @@ +# mutt sidebar settings +bind index,pager \CP sidebar-prev +bind index,pager \CN sidebar-next +bind index,pager \CO sidebar-open + +bind index,pager p previous-entry +bind index,pager n next-entry + +bind pager i exit +bind pager z create-alias + +bind index <Esc><Tab> next-unread-mailbox +bind pager <Esc><Tab> next-unread-mailbox |