From c80f9ef06956d76445adf9279aafe99ccf7a1004 Mon Sep 17 00:00:00 2001 From: "Maxiwell S. Garcia" Date: Tue, 3 Dec 2019 17:09:56 -0300 Subject: [PATCH] neomutt: Do not open sidebar automatically --- home/.config/neomutt/sidebar | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/.config/neomutt/sidebar b/home/.config/neomutt/sidebar index f6c1897..d7e9806 100644 --- a/home/.config/neomutt/sidebar +++ b/home/.config/neomutt/sidebar @@ -12,14 +12,16 @@ set mail_check_stats set sidebar_next_new_wrap = no # Shortcuts -macro index,pager \Ck '' -macro index,pager \Cj '' +macro index,pager \Ck '' +macro index,pager \Cj '' bind index,pager B sidebar-toggle-visible +macro index,pager \Co '' + # 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