changeset 677:b95069a1f664

[irbrc] Disable autocomplete It's kinda slow and moves things around.
author nanaya <me@nanaya.pro>
date Fri, 08 Apr 2022 13:47:15 +0900
parents 9713ac597983
children 12fe76be3071
files rc/irbrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/irbrc	Fri Apr 08 13:46:39 2022 +0900
+++ b/rc/irbrc	Fri Apr 08 13:47:15 2022 +0900
@@ -1,3 +1,4 @@
 require 'irb/ext/save-history'
 IRB.conf[:SAVE_HISTORY] = 20000
 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
+IRB.conf[:USE_AUTOCOMPLETE] = false