[opensuse] typing correction in terminal window

Trivial, but what software component is trying to figure out what I am really trying and offers mostly incorrect corrections. For me, it is almost never correct and I would like to disable it, or modify how it works. Can somebody point me to the setup GUI or give me the name so I can adjust it. The same behavior happens under tcsh or bash, so I assume it must precede them. Thanks Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org

On Thu, 19 Mar 2015 01:21, don fisher <hdf3@...> wrote:
Trivial, but what software component is trying to figure out what I am really trying and offers mostly incorrect corrections. For me, it is almost never correct and I would like to disable it, or modify how it works. Can somebody point me to the setup GUI or give me the name so I can adjust it. The same behavior happens under tcsh or bash, so I assume it must precede them.
Thanks Don
Keyword: "Command Completion" most of it is stored in files in /etc/${SHELL}_completion.d/ For bash see "man 1 bash" and search for "Programmable Completion" for details. Fast start: "help complete" and "complete -r YourSoftwareName" I'm not using tcsh myself, but "man tcsh" and a search for "complet" is a start. - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
don fisher
-
Yamaban