Skip to content

A C text editor is a minimalistic and fast tool for editing plain text files. Designed for simplicity and performance.

Notifications You must be signed in to change notification settings

capricorn-32/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor (tex)

  • ./tex <filename>: This is the command to open a file with the text editor. Replace <filename> with the actual name of the file you wish to edit.

Navigation and Editing Keys:

  • ctrl-a: Go to start of line
  • ctrl-e: Go to end of line
  • ctrl-k: Cut (kill) line
  • ctrl-l: Re-center screen vertically and refresh the display.
  • ctrl-n: Go to next line (alternative: arrow down)
  • ctrl-p: Go to previous line (alternative: arrow up)
  • ctrl-q: Quoted insert - insert character as-is
  • ctrl-s: search
  • ctrl-y: Yank line
  • ctrl-z: Suspend

File Management Keys:

  • ctrl-x ctrl-s: Save
  • ctrl-x ctrl-c: Exit

Syntax Highlighting Support:

  • The editor supports syntax highlighting for programming languages such as C, C++, and Python, based on the file extension (e.g., .c, .cpp, .py).

Screenshots

Cpp Code Python Code

About

A C text editor is a minimalistic and fast tool for editing plain text files. Designed for simplicity and performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published