From b848a8ce03af64e5a415808fafa9365affa35943 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 22 May 2017 14:53:04 +0200 Subject: [PATCH] Mutt: Use vi bindings for sidebar --- .config/mutt/sidebar.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'