1
0
Fork 0
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:
aycabta 2019-12-02 09:15:07 +09:00
parent a47d6c256f
commit bce38f706e

View file

@ -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