keys 629 B

12345678910111213141516171819202122232425
  1. # -*- muttngrc -*-
  2. #
  3. # Muttng configuration file
  4. # 2006, kolter <kolter@openics.org>
  5. #
  6. # This file is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY
  8. #
  9. # Key bindings settings for Muttng.
  10. #
  11. bind index,pager "G" imap-fetch-mail
  12. bind index,pager "+" next-new
  13. bind index,pager "-" previous-new
  14. bind index,pager \cp sidebar-prev
  15. bind index,pager \cn sidebar-next
  16. bind index,pager \co sidebar-open
  17. bind index,pager <left> sidebar-prev
  18. bind index,pager <right> sidebar-next
  19. bind index,pager * sidebar-open
  20. bind index,pager <F11> sidebar-scroll-up
  21. bind index,pager <F12> sidebar-scroll-down