Skip to content

berg95/yedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

yedit

Text editor written 100% in python!

Cursor movement

CTRL+f - Move one character to the right

CTRL+b - Move one character to the left

CTRL+p - Move to the previous line

CTRL+n - Move to the next line

Contributing

If you would like to contribute then open a pull request.

I started this project with https://github.com/PatelYagna