Build Your Own Text Editor https://viewsourcecode.org/snaptoken/kilo/
kilo filename # Open file
↑ # Move up
↓ # Move down
← # Move left
→ # Move right
fn ↑ # Page up
fn ↓ # Page down
fn ← # Move to the beginning of the line
fn → # Move to the end of the line
ctrl s # Save
ctrl q # Exit
ctrl f # Search