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:
parent
853c176ea7
commit
e6429ad047
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue