redux in console

This commit is contained in:
Shin'ya Ueoka 2017-09-30 22:51:18 +09:00
parent 6551420e1a
commit 567b696cec
7 changed files with 173 additions and 167 deletions

View file

@ -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'
};