1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Backspace and C-h should be unassigned on vi command mode

https://github.com/ruby/reline/commit/28f4dae020
This commit is contained in:
aycabta 2020-11-01 20:39:26 +09:00
parent 853c176ea7
commit e6429ad047

View file

@ -17,7 +17,7 @@ class Reline::KeyActor::ViCommand < Reline::KeyActor::Base
# 7 ^G
:ed_unassigned,
# 8 ^H
:ed_delete_prev_char,
:ed_unassigned,
# 9 ^I
:ed_unassigned,
# 10 ^J
@ -255,7 +255,7 @@ class Reline::KeyActor::ViCommand < Reline::KeyActor::Base
# 126 ~
:vi_change_case,
# 127 ^?
:ed_delete_prev_char,
:ed_unassigned,
# 128 M-^@
:ed_unassigned,
# 129 M-^A