From a2edd469c27a27ba67d2629ea401a3d799836bce Mon Sep 17 00:00:00 2001 From: Andrey Drobyshev Date: Thu, 1 Mar 2018 18:12:21 +0300 Subject: [PATCH] muttrc: set more vim-like keybindings Signed-off-by: Andrey Drobyshev --- muttrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/muttrc b/muttrc index a7499c8..5988901 100644 --- a/muttrc +++ b/muttrc @@ -26,6 +26,12 @@ alternative_order text/plain text/enriched text/html bind editor noop bind index G last-entry bind index gg first-entry +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 pager gg top +bind pager G bottom bind index d half-down bind index u half-up bind index D delete-message