This is a terminal modal text editor, similar to Vi(m).
It has the following features:
- Three modes: Insert, Normal, and Visual
- Normal allows actions like 'rc' to replace the character under the cursor with 'c', or 'x' to delete the current character, and many more
- Visual allows you to select a range and act on it (delete, copy, change, etc.)
- Customizeable keybindings via a
config.toml