Search code examples
rubyirb

Disable irb autocomplete


The latest version of irb introduced an autocomplete that is quite buggy and I don't generally like to be distracted by an autocomplete, any idea how I can disable it?

Related question: How to disable Pry autocomplete?


Solution

  • Try putting this in your ~/.irbrc

    IRB.conf[:USE_AUTOCOMPLETE] = false