]> git.madduck.net Git - etc/mutt.git/blobdiff - .mutt/sidebar

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

disable opportunistic encrption
[etc/mutt.git] / .mutt / sidebar
index 988e98346ca095b0929395273d53ff673af76c5a..b5ac0a14d6365260005cde035182f60aaaec913c 100644 (file)
@@ -1,13 +1,16 @@
-set sidebar_width=20
-set sidebar_visible=yes
-
+bind index,pager       <left>          sidebar-prev
 bind index,pager       \e<up>          sidebar-prev
+bind index,pager       <right>         sidebar-next
 bind index,pager       \e<down>                sidebar-next
-bind index,pager       \e<pageup>              sidebar-scroll-up
-bind index,pager       \e<pagedown>    sidebar-scroll-down
-bind index,pager       \e<tab>         sidebar-toggle
 bind index,pager       \e<return>              sidebar-open
+bind index,pager       \e<pageup>              sidebar-page-up
+bind index,pager       \e<pagedown>    sidebar-page-down
+
+bind index,pager       \\              sidebar-toggle-visible
 
-color sidebar_new      red             default
+color sidebar_new      red     default
+color sidebar_divider  default black
+color sidebar_indicator white  black
+color sidebar_highlight white  blue
 
 # vim:sw=12:noet:sts=12:ts=12:ft=muttrc