Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Mini Text Editor

This text editor is based on the kilo text editor tutorial. The goal is to build a basic command-line text editor using a single C file without dependencies.

The main features in the kilo text editor are:

  • Basic navigation using arrow keys
  • Basic input and loading/storing files
  • Search capabilities
  • Syntax highlighting

Some features were added to make the text editor more complete:

  • Cursor memory (when the up/down arrow key is pressed, the cursor should stay in the same column if the line it as least as long, instead of going to the first column)
  • Line numbers
  • Undo/Redo capabilities

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages