A fork of https://github.com/ueokande/vim-vixen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
427 B
17 lines
427 B
7 years ago
|
export default {
|
||
7 years ago
|
SETTINGS_QUERY: 'settings.query',
|
||
|
|
||
7 years ago
|
BACKGROUND_OPERATION: 'background.operation',
|
||
7 years ago
|
|
||
7 years ago
|
CONSOLE_BLURRED: 'console.blured',
|
||
|
CONSOLE_ENTERED: 'console.entered',
|
||
7 years ago
|
CONSOLE_QUERY_COMPLETIONS: 'console.query.completions',
|
||
7 years ago
|
CONSOLE_SHOW_COMMAND: 'console.show.command',
|
||
|
CONSOLE_SHOW_ERROR: 'console.show.error',
|
||
|
CONSOLE_HIDE: 'console.hide',
|
||
7 years ago
|
|
||
7 years ago
|
OPEN_URL: 'open.url',
|
||
|
|
||
|
SETTINGS_RELOAD: 'settings.reload',
|
||
7 years ago
|
};
|