Skip to content
/ kilo Public
forked from antirez/kilo

A text editor in less than 1000 LOC with syntax highlight and search.

License

Notifications You must be signed in to change notification settings

prownd/kilo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kilo

Kilo is a small text editor in less than 1K lines of code (counted with cloc).

Usage: kilo <filename>

Keys:

CTRL-S: Save
CTRL-Q: Quit
CTRL-F: Find string in file (ESC to exit search, arrows to navigate)

这个是我fork过来的,我添加了我阅读代码的注释。
fork from origin repo, add code comment that what i understand.

About

A text editor in less than 1000 LOC with syntax highlight and search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Makefile 0.2%