From bea32c4a4687f28d96fa6f40b6eef63c476d9196 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 23 May 2017 17:16:36 +0200 Subject: [PATCH] mutt: Use vi bindings for page up/down --- .config/mutt/muttrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 61cbca0d..d325bac0 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -182,6 +182,7 @@ bind pager j next-line bind pager k previous-line bind attach,index,pager \CD next-page bind attach,index,pager \CU previous-page +bind attach,index,pager f next-page bind attach,index,pager ? search-reverse bind attach,index,pager h help bind attach,index,pager \Ch display-toggle-weed @@ -190,6 +191,7 @@ bind index x collapse-thread bind index X collapse-all bind attach,index,pager \CV next-page bind attach,index,pager v previous-page +bind attach,index,pager b previous-page bind pager g top bind pager G bottom bind pager < top