diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-06-06 23:42:31 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-06-06 23:42:31 +0100 |
commit | 6d36b1d0794b6062e6dc133ed3073ac9c3714ac0 (patch) | |
tree | e0bd11ff04cfd66f95c0e38e8fc70a7ade62c9e6 | |
parent | c167fc6f562419c6ba4c53be8180c5660d30e4a6 (diff) | |
download | mutt-6d36b1d0794b6062e6dc133ed3073ac9c3714ac0.tar.gz |
-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 |