aboutsummaryrefslogtreecommitdiff
path: root/src/shared/messages.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-10-12 10:14:33 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-10-12 10:14:33 +0900
commit003742ec51aa7aea9214442bc0b611e2eb5eaf6e (patch)
tree20345e48bd226c1e83a1145721f7ba585a1452aa /src/shared/messages.js
parent6e6e306275a8ee5632a22b1e30c807bd5ae9cc7e (diff)
Support global marks which select a tab
Diffstat (limited to 'src/shared/messages.js')
-rw-r--r--src/shared/messages.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/messages.js b/src/shared/messages.js
index 1f9c816..cd076ee 100644
--- a/src/shared/messages.js
+++ b/src/shared/messages.js
@@ -43,6 +43,9 @@ export default {
FOLLOW_ACTIVATE: 'follow.activate',
FOLLOW_KEY_PRESS: 'follow.key.press',
+ MARK_SET_GLOBAL: 'mark.set.global',
+ MARK_JUMP_GLOBAL: 'mark.jump.global',
+
FIND_NEXT: 'find.next',
FIND_PREV: 'find.prev',
FIND_GET_KEYWORD: 'find.get.keyword',