Skip to content

hyunsooda/KNU-TextEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNU TextEditor

KNU TextEditor is a small text editor

Usage: kilo <filename>

Keys:

CTRL-S: Save
CTRL-Q: Quit
CTRL-F: Find string in file (ESC to exit search, arrows to navigate)
CTRL-V: Paste one line
CTRL-C: Copy one line
CTRL-G: Move to end of currnet line 
CTRL-T: Move to first of current line
CTRL-D: Move to end of file
CTRL-X: Remove one line
CTRL-P: Replace from original string to what you want to replace it
CTRL-Z: Undo
.kilorc: Editor configuration file

Contributors

  • antirez
  • Hyun Soo Shin
  • Hyun Wook Hong

About

Checkout branch to hs for details(my works)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 99.8%
  • Makefile 0.2%