1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/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
..
key_actor
unicode
ansi.rb
config.rb [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymaps 2022-02-22 18:52:52 +09:00
general_io.rb
history.rb
key_actor.rb
key_stroke.rb
kill_ring.rb
line_editor.rb [ruby/reline] Fix incremental search to work correctly even if not last line 2022-01-16 22:09:31 +09:00
reline.gemspec
terminfo.rb [ruby/reline] Ignore global constants when checking if Fiddle::VERSION exists 2022-01-24 07:00:34 +09:00
unicode.rb
version.rb [ruby/reline] Version 0.3.1 2022-01-02 11:24:14 +09:00
windows.rb [ruby/reline] Add a comment for VK_MENU 2022-01-27 20:54:09 +09:00