summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-12 19:01:48 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-12 19:01:48 -0600
commitfd49b3532757f606b8fea75ee5a39ae93229a2c7 (patch)
tree3a657a4af0f8b231c0c4cc1e9ac236d3a0c4671d /mutt
parentdf3667e62fca124ce64eee2ddee1f78770ad925c (diff)
downloadconf-fd49b3532757f606b8fea75ee5a39ae93229a2c7.tar.gz
conf-fd49b3532757f606b8fea75ee5a39ae93229a2c7.zip
more mutt keybindings
Diffstat (limited to 'mutt')
-rw-r--r--mutt/keys8
1 files changed, 8 insertions, 0 deletions
diff --git a/mutt/keys b/mutt/keys
index dc35898..c589ea5 100644
--- a/mutt/keys
+++ b/mutt/keys
@@ -1,8 +1,13 @@
+bind generic i exit
+bind generic p search-opposite
+bind generic ? search-reverse
+
bind pager j next-line
bind pager k previous-line
bind pager J half-down
bind pager K half-up
bind pager p search-opposite
+bind pager ? search-reverse
bind pager N next-undeleted
bind pager P previous-undeleted
bind pager g top
@@ -20,4 +25,7 @@ bind index G last-entry
bind index ^G imap-fetch-mail
macro index S "<enter-command>set resolve=no<enter><clear-flag>N<save-message>=spam<enter><enter-command>set resolve=yes<enter>"
+bind compose i exit
+bind compose S ispell
+
# vim:ft=muttrc: