123456789101112131415161718192021222324252627 |
- # -*- muttngrc -*-
- #
- # Muttng configuration file
- # 2006, kolter <kolter@openics.org>
- #
- # This file is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY
- #
- # Key bindings settings for Muttng.
- #
- bind index,pager "G" imap-fetch-mail
- bind index,pager "+" next-new
- bind index,pager "-" previous-new
- bind index,pager \cp sidebar-prev
- bind index,pager \cn sidebar-next
- bind index,pager \co sidebar-open
- bind index,pager <left> sidebar-prev
- bind index,pager <right> sidebar-next
- bind index,pager * sidebar-open
- bind index,pager <F11> sidebar-scroll-up
- #bind index,pager \c<PageUp> sidebar-scroll-up
- bind index,pager <F12> sidebar-scroll-down
- #bind index,pager \c<PageDown> sidebar-scroll-down
|