We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f4da3 commit 0a4e3f2Copy full SHA for 0a4e3f2
lib/reline/key_actor/emacs.rb
@@ -55,7 +55,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
55
# 26 ^Z
56
:ed_ignore,
57
# 27 ^[
58
- :em_meta_next,
+ :ed_unassigned,
59
# 28 ^\
60
61
# 29 ^]
lib/reline/line_editor.rb
@@ -2630,7 +2630,4 @@ def finish
2630
@mark_pointer = new_pointer
2631
end
2632
alias_method :exchange_point_and_mark, :em_exchange_mark
2633
-
2634
- private def em_meta_next(key)
2635
- end
2636
0 commit comments