A simple terminal text editor implemented in C.
- Basic text editing capabilities
- Create new file or load existing
- Status bar with file information
- Helpful alert messages
- File modification tracking
./mim [filename]Ctrl+Q: QuitCtrl+S: Save- Arrow keys: Move cursor
- Page Up/Down: Scroll through document
- Home/End: Move to start/end of line
- Delete/Backspace: Delete characters
makeor directly with gcc
gcc -o mim mim.cThis project is available under the BSD 2-Clause License .
This project follows the tutorial found at https://viewsourcecode.org/snaptoken/kilo/