summaryrefslogtreecommitdiff
path: root/lib/reline/key_actor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline/key_actor.rb')
-rw-r--r--lib/reline/key_actor.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/reline/key_actor.rb b/lib/reline/key_actor.rb
new file mode 100644
index 0000000000..ebe09d2009
--- /dev/null
+++ b/lib/reline/key_actor.rb
@@ -0,0 +1,7 @@
+module Reline::KeyActor
+end
+
+require 'reline/key_actor/base'
+require 'reline/key_actor/emacs'
+require 'reline/key_actor/vi_command'
+require 'reline/key_actor/vi_insert'