Skip to content

Commit

Permalink
neomutt: Do not open sidebar automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiwell committed Dec 3, 2019
1 parent 877777e commit c80f9ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions home/.config/neomutt/sidebar
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ set mail_check_stats
set sidebar_next_new_wrap = no

# Shortcuts
macro index,pager \Ck '<sidebar-prev><sidebar-open>'
macro index,pager \Cj '<sidebar-next><sidebar-open>'
macro index,pager \Ck '<sidebar-prev>'
macro index,pager \Cj '<sidebar-next>'
bind index,pager B sidebar-toggle-visible

macro index,pager \Co '<sidebar-open>'

# Colors
# Note: All color operations are of the form:
# color OBJECT FOREGROUND BACKGROUND
color sidebar_highlight black default
color sidebar_highlight blue default
color sidebar_flagged red default
color sidebar_new green default

Expand Down

0 comments on commit c80f9ef

Please sign in to comment.