./bin/phpt-<ver>
Modify mode is your standard text editing mode. Type to enter text, arrow keys to navigate. Press F2
to enter this mode
In this mode, anything you type will be put in the bottom bar. When you press enter, it passes this command to whatever brought you.
Command mode allows you to do many fast operations
5
to go to beginning of file,6
to go to beginning of line,7
to go to previous word,8
to go to next word,9
to go to end of line,0
to go to end of file- currently unimplemented
u
to copy line,i
to cut,o
to paste line,p
to paste overwrite jkl;
arrow keys like in vimq
to quit- currently unimplemented
y
to find and replace [input mode]:
Press F1
to enter this mode
- Add status bar
- Add cursor
- Fix word movement
- Complete rewrite
- Enters fixed
- Use unordered map instead of switch cases for customizability
- Add word movement
- Add updates (kind of meta, huh?)
- Add input mode
- Add find and replace
- Add cursor, more
- Added highlighted line, more segfaults fixed
- Added line numbering, status bar
- Fixed various issues with segfaults
- Initial
- Simple text editing