summaryrefslogtreecommitdiffstats
path: root/config/keys
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2018-12-15 18:24:04 +0100
committerSebastian Reichel <sre@ring0.de>2018-12-15 18:31:18 +0100
commitdc3e618b6caa8ffd1c028f8d46d74aabc637adb9 (patch)
tree7e56a052e8ab8ac39f1bea3fdf2c84e45382b388 /config/keys
parent01fd347ad0e1a359854dbf4df62dda84d8e6ddce (diff)
downloadmutt-config-master.tar.bz2
config updateHEADmaster
Diffstat (limited to 'config/keys')
-rw-r--r--config/keys6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/keys b/config/keys
index 7bdde6a..72756f9 100644
--- a/config/keys
+++ b/config/keys
@@ -6,8 +6,8 @@ bind pager <right> next-entry
bind index \t next-unread
bind pager \t next-unread
-bind index .\t next-unread-mailbox
-bind pager .\t next-unread-mailbox
+bind index . previous-unread
+bind pager . previous-unread
bind browser ^ check-new
bind index ^ imap-fetch-mail
@@ -17,9 +17,9 @@ bind index b buffy-list
bind compose f edit-from
-bind index <Esc>f followup-message
bind index F forward-message
bind index f flag-message
macro index y '<read-thread><previous-thread><next-unread>'
+macro index - '<read-thread><previous-unread>'
macro index S "<save-message>=SPAM<enter>" "move message to spam"