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

Support forward-search-history by C-s

This commit is contained in:
aycabta 2019-12-17 12:47:09 +09:00
parent c687be4bc0
commit a14a0244b4
4 changed files with 103 additions and 27 deletions

View file

@ -39,7 +39,7 @@ class Reline::KeyActor::Emacs < Reline::KeyActor::Base
# 18 ^R
:ed_search_prev_history,
# 19 ^S
:ed_ignore,
:ed_search_next_history,
# 20 ^T
:ed_transpose_chars,
# 21 ^U