diff options
-rw-r--r-- | .mutt/muttrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 575daeb..d79bd44 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -58,3 +58,9 @@ set crypt_replyencrypt=yes set crypt_verify_sig = yes set pgp_auto_decode=yes set pgp_use_gpg_agent = yes + +# set Vi-like bindings +bind index,pager \Cu half-up +bind index,pager \Cd half-down +bind generic,index,browser,pager \Cf next-page +bind generic,index,browser,pager \Cb previous-page |