summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorDavid Champion <dgc@bikeshed.us>2016-11-17 15:57:42 -0800
committerDavid Champion <dgc@bikeshed.us>2016-11-17 15:57:42 -0800
commitfdeb4c487b6138c47bcb6e7f5aec07fbc55a557c (patch)
treebbcc9e60b67d8b0a98c84b5379c140c4c1e678e4 /OPS
parent2f4d02d95e9a8ff54edf1d1b16f886afc50527ba (diff)
Adds <mark-message> binding to create "hotkeys" for messages.
<mark-message>foo<enter> will create a new macro "'foo" which will return to the current message by searching for that message's message id. The initial character of the macro is defined by $mark_macro_prefix, and defaults to "'" for verisimilitude vs. vi. Pushed by Kevin McCarthy with a minor fix.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 8bad616c..25506118 100644
--- a/OPS
+++ b/OPS
@@ -131,6 +131,7 @@ OP_MAIN_SYNC_FOLDER "save changes to mailbox"
OP_MAIN_TAG_PATTERN "tag messages matching a pattern"
OP_MAIN_UNDELETE_PATTERN "undelete messages matching a pattern"
OP_MAIN_UNTAG_PATTERN "untag messages matching a pattern"
+OP_MARK_MSG "create a hot-key macro for the current message"
OP_MIDDLE_PAGE "move to the middle of the page"
OP_NEXT_ENTRY "move to the next entry"
OP_NEXT_LINE "scroll down one line"