Skip to content

Commit a05231f

Browse files
authored
Document the keys for completion (#1082)
1 parent f4439b4 commit a05231f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Index.md

+2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ During the session, method `conf.ignore_siging?` returns the setting, and method
266266

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

269+
To cycle through the completion suggestions, use the tab key (and shift-tab to reverse).
270+
269271
You can disable it by either of these:
270272

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

0 commit comments

Comments
 (0)