From e44947d763f3dc32e64be2492225edd660bd3a64 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 22 Apr 2025 13:32:27 -0400 Subject: [PATCH] Change my old keybind preferences for how I currently use vi-keys --- neomutt/bindings | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/neomutt/bindings b/neomutt/bindings index 626a14d..4d26fde 100644 --- a/neomutt/bindings +++ b/neomutt/bindings @@ -4,9 +4,20 @@ # Pager bindings -bind pager next-line -bind pager previous-line +#bind pager next-line +#bind pager previous-line +bind pager j next-line +bind pager k previous-line bind pager / search bind pager 0 top bind pager G bottom bind pager g group-reply + +# +# Sidebar Navigation --------------------------------- +bind index sidebar-next +bind index sidebar-prev +bind index sidebar-open + +# Replicate Gmail in Gmail +macro index,pager A "=[Gmail]/All Mail" "Archive"