Add alt+arrow support

This commit is contained in:
2025-12-14 10:52:56 +00:00
parent aa25bf0ac3
commit 5fae2f3bb6
3 changed files with 106 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ A TUI IDE.
# TODO
- [ ] Add alt+arrows to move line/block up/down.
- [ ] Add `hooks` in files that can be set/unset/jumped to.
- [ ] Add folding support at tree-sitter level (basic folding is done).
- [ ] Add feature where doing enter uses tree-sitter to add newline with indentation.
@@ -25,3 +24,4 @@ A TUI IDE.
- [ ] Add codeium/copilot support.
- [ ] Normalize / validate unicode on file open.
- [ ] Add git stuff.
- [ ] Fix bug where alt+up at eof adds extra line.