summaryrefslogtreecommitdiff
path: root/lib/reline/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline/config.rb')
-rw-r--r--lib/reline/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/config.rb b/lib/reline/config.rb
index f970bccee7..a46be280a0 100644
--- a/lib/reline/config.rb
+++ b/lib/reline/config.rb
@@ -154,7 +154,7 @@ class Reline::Config
end
def key_bindings
- # override @key_actors[@editing_mode_label].default_key_bindings with @additional_key_bindings[@editing_mode_label]
+ # The key bindings for each editing mode will be overwritten by the user-defined ones.
@key_actors[@editing_mode_label].default_key_bindings.merge(@additional_key_bindings[@editing_mode_label]).merge(@oneshot_key_bindings)
end