Update TODO list
diff --git a/TODO.md b/TODO.md
index 4ee6a82..d529e2c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,8 @@
 API
 - [ ] expose an API callable from C
 
+Async (#126)
+
 Bell
 - [ ] bell-style
 
@@ -10,7 +12,7 @@
 - [ ] Syntax highlighting
 
 Completion
-- [ ] Quoted path ()
+- [ ] Quoted path
 - [ ] Windows escape/unescape space in path
 - [ ] file completion & escape/unescape (#106)
 - [ ] file completion & tilde (#62)
@@ -56,6 +58,8 @@
 - [ ] Merge consecutive Replace
 - [ ] Undo group
 - [ ] Undo all changes made to this line.
+- [ ] Kill+Insert (substitute/replace)
+- [ ] Repeated undo `Undo(RepeatCount)`
 
 Unix
 - [ ] Terminfo (https://github.com/Stebalien/term)