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