aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-06 11:43:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-06 11:43:45 -0300
commit22fd51a2927f338dd55f77bebd5eec86041c4497 (patch)
treed7e849d8370e303d41c77d88ceca1c6240238e94
parentad4ec3fdc3219f78ef14cd2516927f93a994233d (diff)
downloadmail-22fd51a2927f338dd55f77bebd5eec86041c4497.tar.gz
mail-22fd51a2927f338dd55f77bebd5eec86041c4497.tar.bz2
More navigation keybindings
-rw-r--r--muttrc.dot.link4
1 files changed, 4 insertions, 0 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link
index d02d0a2..9eab149 100644
--- a/muttrc.dot.link
+++ b/muttrc.dot.link
@@ -199,6 +199,10 @@ macro index z "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]
bind index P collapse-all
macro index n "<next-unread-mailbox>"
macro pager n "<next-unread-mailbox>"
+macro index i "<exit>"
+macro pager i "<exit>"
+macro index F "<flag-message>"
+macro pager F "<flag-message>"
macro index,pager M "T \n;WN^t \n" "Mark all messages read"
macro index,pager c "<change-folder>?<change-dir><kill-line>~/mail<enter>" "Change folder"
macro index,pager y "<change-folder>?<toggle-mailboxes>1\n\n" "Back to INBOX"