aboutsummaryrefslogtreecommitdiff
path: root/src/actions/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/index.js')
-rw-r--r--src/actions/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/actions/index.js b/src/actions/index.js
new file mode 100644
index 0000000..38ced9d
--- /dev/null
+++ b/src/actions/index.js
@@ -0,0 +1,6 @@
+export default {
+ CONSOLE_SHOW_COMMAND: 'vimvixen.console.show.command',
+ CONSOLE_SET_COMPLETIONS: 'vimvixen.console.set.completions',
+ CONSOLE_SHOW_ERROR: 'vimvixen.console.show.error',
+ CONSOLE_HIDE: 'vimvixen.console.hide'
+};