Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 996 Bytes

README_en.md

File metadata and controls

28 lines (22 loc) · 996 Bytes

build-kilo-c

Build you owner editor

GitHub releaselicense

Build Your Own Text Editor https://viewsourcecode.org/snaptoken/kilo/

Common commands

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