Skip to content

Commit

Permalink
Document the keys for completion (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Feb 5, 2025
1 parent f4439b4 commit a05231f
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit a05231f

Please sign in to comment.