Add proper selection modes and word jumping
This commit is contained in:
@@ -6,8 +6,6 @@ A TUI IDE.
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] Add support for ctrl + arrow key for moving words.
|
||||
- [ ] Add support for ctrl + backspace / delete for deleting words.
|
||||
- [ ] Add underline highlight for current word and all occurences.
|
||||
- [ ] Add `hooks` in files that can be set/unset/jumped to.
|
||||
- [ ] Add folding support at tree-sitter level (basic folding is done).
|
||||
@@ -18,7 +16,8 @@ A TUI IDE.
|
||||
- [ ] Add search / replace along with search / virtual cursors are searched pos.
|
||||
- [ ] Add support for undo/redo.
|
||||
- [ ] Add `.scm` files for all the supported languages. (2/14) Done.
|
||||
- [ ] Add splash screen / minigame jumping.
|
||||
- [ ] Add support for LSP & autocomplete / snippets.
|
||||
- [ ] Add codeium/copilot support.
|
||||
- [ ] Normalize / validate unicode on file open.
|
||||
- [ ] Add git stuff.
|
||||
- [ ] Add splash screen / minigame jumping.
|
||||
|
||||
Reference in New Issue
Block a user