[Bug] Tab Key Incorrectly Triggers Thinking Instead of File Completion

Status Fixed / completed
Maintainer reply ✓ Yes — emcd
Activity 13 comments · opened Sep 29, 2025 · closed Dec 11, 2025
💡 Likely answer: A maintainer (emcd, contributor) responded on this thread — see the highlighted reply below.

Bug Description
Pressing tab toggles the thinking instead of tabbing through files that exist on disk. I used tabbing on files a lot. This is rather annoying in version 2.

Environment Info

  • Platform: linux
  • Terminal: vte-based
  • Version: 2.0.0
  • Feedback ID: f6bfdc68-5db4-449f-b64b-e22f81485aac

View original on GitHub ↗

13 Comments

emcd contributor · 11 months ago

Agreed. It is better than the /t toggle that existed prior to version 2.0.0. And, tab completion does not seem to toggle thinking if you use it inside an @-reference. But, as I noted in the /t issue, there is a good reason to want tab completion to work outside of @-references: namely, to make Claude explicitly read a file before using an edit tool on it. (Providing files via @ references can result in failed edit tool calls, since Claude needs to explicitly read them before editing them.)

We really need a control key binding for the thinking toggle.

KJ7LNW · 11 months ago
there is a good reason to want tab completion to work outside of @-references

INDEED! I do not wish to dump file content in, I just need to tell it about something that it can inspect later.

jack-zihan · 11 months ago

agree and wait to bring tab completion back!

deweezy12 · 11 months ago

Thank you all. Doing it with @ is fine imo, helps me a lot! But I would prefer TAB, too. Its more intuitive and works better with CMD/BASH commands

GnarlyMshtep · 11 months ago

Thanks for this issue! What was wrong with the original think within the prompt? I thought it was quite nice.

Btw, since I am not sure the current issue is clear about it, even after writing @ and entering tab-complete menu tab toggles thinking mode, which is obviously undesirable

vilosia-ai · 10 months ago

It specifically breaks workflows where you use /commands to refer to file paths that are than passed as $arguments to the custom command.

nathanneuro · 10 months ago

I don't care about toggling thinking, I want my tab file-path autocomplete back. I loved it. I don't want to use the @, I want tab.

patrickjaja · 9 months ago

please fix it:

  • make hotkeys configurable, or
  • set thinking mode to a unused key stroke

its annoying for such a long time

pannous · 9 months ago

platform:linux tag can be removed: also affected is platform:mac !

pannous · 9 months ago

In the meantime is there any workaround alternative key combination to do file completion at all?

patrickjaja · 9 months ago
In the meantime is there any workaround alternative key combination to do file completion at all?

yes, using @ when referencing files

pannous · 9 months ago

That kind of works for local files but not for global @/opt/...

github-actions[bot] · 8 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.