mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
213ebec7a7
commit
009092b04c
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class Reline::Config
|
|||
@key_actors[:emacs] = Reline::KeyActor::Emacs.new
|
||||
@key_actors[:vi_insert] = Reline::KeyActor::ViInsert.new
|
||||
@key_actors[:vi_command] = Reline::KeyActor::ViCommand.new
|
||||
# https://tiswww.case.edu/php/chet/readline/readline.html#IDX25
|
||||
@history_size = -1 # unlimited
|
||||
@keyseq_timeout = 500
|
||||
@test_mode = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue