]> gitweb.michael.orlitzky.com - mutt.git/commitdiff
Added some Emacs-like keybindings.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 6 Oct 2009 18:35:37 +0000 (14:35 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 6 Oct 2009 18:35:37 +0000 (14:35 -0400)
keys

diff --git a/keys b/keys
index 7a46022162c8625c2bae68b8daf01f500ef4cf7f..957d22d9d7566d224d53dd213965136ea611cd86 100644 (file)
--- a/keys
+++ b/keys
@@ -1,11 +1,14 @@
 bind generic <pageup> previous-page
 bind generic <page-down> next-page
+bind generic "\Cp" previous-entry
+bind generic "\Cn" next-entry
 
 bind index <f5> imap-fetch-mail
 bind index <up> previous-entry
 bind index <down> next-entry
 bind index "\Cp" previous-entry
 bind index "\Cn" next-entry
+bind index "\Cx\Cf" change-folder
 
 bind pager "\Cp" previous-line
 bind pager "\Cn" next-line
@@ -20,3 +23,10 @@ bind pager "\Cf" next-entry
 bind pager d delete-message
 bind pager <delete> delete-message
 bind pager r reply
+bind pager "<" top
+bind pager ">" bottom
+
+bind browser <f5> check-new
+
+macro index "\Cxb" "<change-folder>?"
+macro pager "\Cxb" "<change-folder>?"