Update TODO.

imgbot
Blaž Hrastnik 3 years ago
parent c1f2a14453
commit 626e49448c

@ -11,13 +11,10 @@
1 1
- [ ] respect view fullscreen flag - [ ] respect view fullscreen flag
- [ ] Implement marks (superset of Selection/Range) - [ ] Implement marks (superset of Selection/Range)
- [ ] ctrl-v/ctrl-x on file picker
- [ ] linewise selection work
- [ ] nixos packaging - [ ] nixos packaging
- [ ] CI binary builds - [ ] CI binary builds
- [ ] regex search / select next - [ ] regex search / select next
- [x] open_above (O) command
- [ ] = for auto indent line/selection - [ ] = for auto indent line/selection
- [ ] yank on delete - [ ] yank on delete
- [ ] :x for closing buffers - [ ] :x for closing buffers
@ -39,13 +36,12 @@
- decide if markdown should have vertical padding too - 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. - the hooks system should be better for pre/post insert.
2 2
- [ ] surround bindings (select + surround ( wraps selection in parens ) - [ ] surround bindings (select + surround ( wraps selection in parens )
- [ ] macro recording - [ ] 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 ) - [ ] extend selection (treesitter select parent node) (replaces viw, vi(, va( etc )
- [ ] bracket pairs - [ ] bracket pairs
- [x] comment block (gcc) - [x] comment block (gcc)

Loading…
Cancel
Save