Skip to content

diogodanielsoaresferreira/mini-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published