summaryrefslogtreecommitdiffstats
path: root/mutt/keys
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-12 17:11:53 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-12 17:11:53 -0600
commite0c4c26e51209c220dd405942657e7cc8d544049 (patch)
tree80845edf7e3eebc16d786d3ce06ef728841af139 /mutt/keys
parentb1c22bf7f8ef38a51bdfc14c19d713dd48914ce0 (diff)
downloadconf-e0c4c26e51209c220dd405942657e7cc8d544049.tar.gz
conf-e0c4c26e51209c220dd405942657e7cc8d544049.zip
clean up and improve mutt configuration a bunch
Diffstat (limited to 'mutt/keys')
-rw-r--r--mutt/keys21
1 files changed, 21 insertions, 0 deletions
diff --git a/mutt/keys b/mutt/keys
new file mode 100644
index 0000000..3928099
--- /dev/null
+++ b/mutt/keys
@@ -0,0 +1,21 @@
+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 N next-undeleted
+bind pager P previous-undeleted
+bind pager g top
+bind pager G bottom
+bind pager A group-reply
+
+bind index <Down> next-entry
+bind index <Up> previous-entry
+bind index J half-down
+bind index K half-up
+bind index p search-opposite
+bind index A group-reply
+bind index g first-entry
+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>"