diff --git a/.config/mutt/sidebar.sh b/.config/mutt/sidebar.sh index f203c7e3..44e95fe5 100755 --- a/.config/mutt/sidebar.sh +++ b/.config/mutt/sidebar.sh @@ -18,13 +18,13 @@ color sidebar_flagged white $my_bg color sidebar_divider $my_flag $my_bg color sidebar_highlight white $my_status_bg -## Folder selection +## Folder selection, Emacs and vi bindings. bind index,pager \CP sidebar-prev bind index,pager \CN sidebar-next bind index,pager \CO sidebar-open -bind index,pager p sidebar-prev -bind index,pager n sidebar-next -bind index,pager o sidebar-open +bind index,pager k sidebar-prev +bind index,pager j sidebar-next +bind index,pager l sidebar-open ## Toggle sidebar visibility. Screen might get messed up, hence the refresh. macro index b 'toggle sidebar_visible'