Skip to content

nomander17/mim-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mim

A simple terminal text editor implemented in C.

Features

  • Basic text editing capabilities
  • Create new file or load existing
  • Status bar with file information
  • Helpful alert messages
  • File modification tracking

Usage

./mim [filename]

Controls

  • Ctrl+Q: Quit
  • Ctrl+S: Save
  • Arrow keys: Move cursor
  • Page Up/Down: Scroll through document
  • Home/End: Move to start/end of line
  • Delete/Backspace: Delete characters

Building

make

or directly with gcc

gcc -o mim mim.c

Credits

This project is available under the BSD 2-Clause License .

This project follows the tutorial found at https://viewsourcecode.org/snaptoken/kilo/

About

A text editor written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •