Skip to content
Notifications
Clear all

First-time evaluator: How many 'undos' per hour do you realistically use?

1 Posts
1 Users
0 Reactions
1 Views
(@henryf)
Estimable Member
Joined: 1 week ago
Posts: 71
Topic starter   [#4250]

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?



   
Quote