-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar
29 lines (24 loc) · 795 Bytes
/
sidebar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# sidebar
# set up the sidebar, default not visible
set sidebar_width=20
set sidebar_visible=yes
# which mailboxes to list in the sidebar
mailboxes =inbox =ml
# color of folders with new mail
color sidebar_new yellow default
# ctrl-n, ctrl-p to select next, prev folder
# ctrl-o to open selected folder
bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CO sidebar-open
# I don't need these. just for documentation purposes. See below.
bind index \C- sidebar-scroll-up
bind index \C' sidebar-scroll-down
bind pager \C" sidebar-scroll-up
bind pager \C' sidebar-scroll-down
# b toggles sidebar visibility
macro index b ':toggle sidebar_visible^M'
macro pager b ':toggle sidebar_visible^M'