1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/reline
Tim Pope 37d5890e49 [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymaps
The existing implementation, given the below .inputrc, erroneously
creates a "C-v" key binding:

	set keymap emacs-ctlx
	"\C-v": "[C-x C-v was pressed]"

This fixes it to instead create a "C-x C-v" keybinding.

https://github.com/ruby/reline/commit/719f52d231
2022-02-22 18:52:52 +09:00
..
windows
yamatanooroti
helper.rb
test_config.rb [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymaps 2022-02-22 18:52:52 +09:00
test_history.rb
test_key_actor_emacs.rb
test_key_actor_vi.rb
test_key_stroke.rb
test_kill_ring.rb
test_macro.rb
test_reline.rb
test_reline_key.rb
test_string_processing.rb
test_terminfo.rb
test_unicode.rb
test_within_pipe.rb