aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-29 06:28:57 +0000
committerBlaž Hrastnik2021-03-29 06:28:57 +0000
commit626e49448c15f750f97e0e6e27e4d8baf21d18dc (patch)
tree0d6fce63063842ad61d935eafca6b96ab95b5c2e
parentc1f2a14453c7621c22b0e4074a9feddac1a62b74 (diff)
Update TODO.
-rw-r--r--TODO.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index bc2b2a84..94ed7c2c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -11,13 +11,10 @@
1
- [ ] respect view fullscreen flag
- [ ] Implement marks (superset of Selection/Range)
-- [ ] ctrl-v/ctrl-x on file picker
-- [ ] linewise selection work
- [ ] nixos packaging
- [ ] CI binary builds
- [ ] regex search / select next
-- [x] open_above (O) command
- [ ] = for auto indent line/selection
- [ ] yank on delete
- [ ] :x for closing buffers
@@ -39,13 +36,12 @@
- decide if markdown should have vertical padding too
-- completion/signature_help should be async callbacks to method responses.
- the hooks system should be better for pre/post insert.
2
- [ ] surround bindings (select + surround ( wraps selection in parens )
- [ ] macro recording
-- [ ] tab completion for paths on the prompt
+- [x] tab completion for paths on the prompt
- [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
- [ ] bracket pairs
- [x] comment block (gcc)