promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Aider

/quit

Exits Aider (equivalent to /exit).

/quit immediately ends the running Aider session, exactly like /exit. It's a pure alias with no extra behavior.

โœ… WHEN TO USE IT?

Cleanly end the session instead of force-closing the terminal window

/quit after all desired changes have been committed

โ›” WHEN NOT TO?

You only want to reset files/history but keep working

/quit ends the whole process, not just the current chat selection.

Better: Use /reset to clear files and history without leaving Aider

SOURCES