redux in console
This commit is contained in:
parent
6551420e1a
commit
567b696cec
7 changed files with 173 additions and 167 deletions
|
@ -9,4 +9,9 @@ export default {
|
|||
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'
|
||||
};
|
||||
|
|
Reference in a new issue