Notifications
Clear all
Topic starter
15/07/2026 11:21 pm
Evaluating Cursor for my team's CI/CD pipeline work. The 'undo' feature gets a lot of hype for code iteration.
In a typical hour of editing deployment scripts or Terraform configs:
* I might use 5-10 undos, but they're clustered. One complex change gets 3-4 undos as I tweak it, then nothing for a while.
* Bulk of the time, I'm using undo for a botched multi-line paste or a regex find/replace that went wrong.
* Rarely hit a limit, but I'm not using it for creative coding. For debugging a failing GitHub Action, the rapid iteration is key.
Question for those using it heavily: does the undo behavior handle YAML/structured configs well, or does it break indentation?