summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-06-06 23:42:31 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2014-06-06 23:42:31 +0100
commit6d36b1d0794b6062e6dc133ed3073ac9c3714ac0 (patch)
treee0bd11ff04cfd66f95c0e38e8fc70a7ade62c9e6
parentc167fc6f562419c6ba4c53be8180c5660d30e4a6 (diff)
downloadmutt-6d36b1d0794b6062e6dc133ed3073ac9c3714ac0.tar.gz
Add basic Vi bindingsHEADmaster
-rw-r--r--.mutt/muttrc6
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