]> git.madduck.net Git - etc/mutt.git/blob - .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:

more basic sidebar divider
[etc/mutt.git] / .mutt / sidebar
1 set sidebar_width=20
2 set sidebar_visible=yes
3 set sidebar_divider_char=" "
4 set sidebar_folder_indent=yes
5 set sidebar_short_path=yes
6 set sidebar_indent_string=" "
7 set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S"
8
9 bind index,pager        <left>          sidebar-prev
10 bind index,pager        \e<up>          sidebar-prev
11 bind index,pager        <right>         sidebar-next
12 bind index,pager        \e<down>                sidebar-next
13 bind index,pager        \e<return>              sidebar-open
14 bind index,pager        \e<pageup>              sidebar-page-up
15 bind index,pager        \e<pagedown>    sidebar-page-down
16
17 bind index,pager        \\              sidebar-toggle-visible
18
19 color sidebar_new       red     default
20 color sidebar_divider   white   black
21 color sidebar_indicator white   black
22 color sidebar_highlight white   blue
23
24 # vim:sw=12:noet:sts=12:ts=12:ft=muttrc