show find in console
This commit is contained in:
parent
cb4b26e03f
commit
be37c42d28
11 changed files with 45 additions and 9 deletions
|
@ -51,4 +51,9 @@ export default {
|
|||
|
||||
// Url yank
|
||||
URLS_YANK: 'urls.yank',
|
||||
|
||||
// Find
|
||||
FIND_START: 'find.start',
|
||||
FIND_NEXT: 'find.next',
|
||||
FIND_PREV: 'find.prev',
|
||||
};
|
||||
|
|
Reference in a new issue