muttrc: set more vim-like keybindings

Signed-off-by: Andrey Drobyshev <drmtmych@gmail.com>
This commit is contained in:
Andrey Drobyshev 2018-03-01 18:12:21 +03:00
parent e5d1e26917
commit a2edd469c2

6
muttrc
View File

@ -26,6 +26,12 @@ alternative_order text/plain text/enriched text/html
bind editor <space> noop bind editor <space> noop
bind index G last-entry bind index G last-entry
bind index gg first-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 d half-down
bind index u half-up bind index u half-up
bind index D delete-message bind index D delete-message