mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
C-r is incremental history search in vi insert mode
This commit is contained in:
parent
1c50ce2cf8
commit
a5245c1658
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Reline::KeyActor::ViInsert < Reline::KeyActor::Base
|
||||||
# 17 ^Q
|
# 17 ^Q
|
||||||
:ed_ignore,
|
:ed_ignore,
|
||||||
# 18 ^R
|
# 18 ^R
|
||||||
:ed_insert,
|
:ed_search_prev_history,
|
||||||
# 19 ^S
|
# 19 ^S
|
||||||
:ed_ignore,
|
:ed_ignore,
|
||||||
# 20 ^T
|
# 20 ^T
|
||||||
|
|
Loading…
Reference in a new issue