vim: Add U to undo last line (#33571)

Closes #14760

Still TODO:

* Vim actually undoes *many* changes if they're all on the same line.

Release Notes:

- vim: Add `U` to return to the last changed line and undo
This commit is contained in:
Conrad Irwin 2025-07-08 21:24:43 -06:00 committed by GitHub
parent df57754baf
commit 8e8a772c2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 303 additions and 8 deletions

View file

@ -364,6 +364,7 @@
"p": "vim::Paste",
"shift-p": ["vim::Paste", { "before": true }],
"u": "vim::Undo",
"shift-u": "vim::UndoLastLine",
"r": "vim::PushReplace",
"s": "vim::Substitute",
"shift-s": "vim::SubstituteLine",