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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
export default {
|
|
|
|
// User input
|
|
|
|
ADDON_ENABLE: 'addon.enable',
|
|
|
|
ADDON_DISABLE: 'addon.disable',
|
|
|
|
ADDON_TOGGLE_ENABLED: 'addon.toggle.enabled',
|
|
|
|
|
|
|
|
INPUT_KEY_PRESS: 'input.key,press',
|
|
|
|
INPUT_CLEAR_KEYS: 'input.clear.keys',
|
|
|
|
INPUT_SET_KEYMAPS: 'input.set.keymaps',
|
|
|
|
|
|
|
|
// Completion
|
|
|
|
COMPLETION_SET_ITEMS: 'completion.set.items',
|
|
|
|
COMPLETION_SELECT_NEXT: 'completions.select.next',
|
|
|
|
COMPLETION_SELECT_PREV: 'completions.select.prev',
|
|
|
|
|
|
|
|
// Follow
|
|
|
|
FOLLOW_ENABLE: 'follow.enable',
|
|
|
|
FOLLOW_DISABLE: 'follow.disable',
|
|
|
|
FOLLOW_KEY_PRESS: 'follow.key.press',
|
|
|
|
FOLLOW_BACKSPACE: 'follow.backspace',
|
|
|
|
};
|