Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ During the session, method `conf.ignore_siging?` returns the setting, and method

By default, IRB enables [automatic completion](https://en.wikipedia.org/wiki/Autocomplete#In_command-line_interpreter):

To cycle through the completion suggestions, use the tab key (and shift-tab to reverse).

You can disable it by either of these:

- Adding `IRB.conf[:USE_AUTOCOMPLETE] = false` to the configuration file.
Expand Down