summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorAndrey Drobyshev <drmtmych@gmail.com>2018-03-01 18:12:21 +0300
committerAndrey Drobyshev <drmtmych@gmail.com>2018-03-01 19:06:34 +0300
commita2edd469c27a27ba67d2629ea401a3d799836bce (patch)
tree8c98a8e134485de7b56eaedd5e97c999f4f5375c /muttrc
parente5d1e26917279db998b8a8b3235ff5ba1f46da84 (diff)
muttrc: set more vim-like keybindings
Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc6
1 files changed, 6 insertions, 0 deletions
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 <space> 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