summaryrefslogtreecommitdiffstats
path: root/mutt/keys
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/keys')
-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: