ruby/lib/reline/key_actor
ima1zumi f589242e75 [ruby/reline] Use unix_line_discard when Ctrl-u is entered
The kill-line was called when C-u was entered, so it is now called unix-line-discard.

In readline(3):

> unix-line-discard (C-u)
>               Kill backward from point to the beginning of the line.
>               The killed text is saved on the kill-ring.

https://github.com/ruby/reline/commit/27570d195e
2021-12-30 20:23:58 +09:00
..
base.rb [ruby/reline] Separate keystrokes each editing mode 2021-04-08 21:41:00 +09:00
emacs.rb [ruby/reline] Use unix_line_discard when Ctrl-u is entered 2021-12-30 20:23:58 +09:00
vi_command.rb [ruby/reline] Backspace and C-h should be unassigned on vi command mode 2020-12-05 02:58:58 +09:00
vi_insert.rb [ruby/reline] Use vi_search_{prev,next} to incremental search 2020-04-18 23:09:31 +09:00