mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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.
|
||
|---|---|---|
| .. | ||
| key_actor | ||
| unicode | ||
| ansi.rb | ||
| config.rb | ||
| general_io.rb | ||
| history.rb | ||
| key_actor.rb | ||
| key_stroke.rb | ||
| kill_ring.rb | ||
| line_editor.rb | ||
| reline.gemspec | ||
| terminfo.rb | ||
| unicode.rb | ||
| version.rb | ||
| windows.rb | ||