FormidableLabs / FormidableLabs/envy-tui
Add Modal editing functionality
Open
envy/tui
- Dominant language
- Rust
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently we have one editing mode. That results all keystrokes to be recorded and dispatched as events. That results in invoking certain keymaps while typing input (i.e. using search and opening the filter dialog).
To fix the issue we need to have the idea of modal editing like, vi/vim/nvim.
Contributor guide
Assessment
This issue has not been assessed yet.