Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 881 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 881 Bytes

Femto

Femto is a cross-platform, command-line text editor.

Building

cmake . -Bbuild
cmake --build build

Usage

femto [file]

Key bindings

Keystroke Effect
Ctrl+Q Quit
Ctrl+S Save
Home Move to the first character of the line
End Move to the end of the line
Page up Scroll up one page
Page down Scroll down one page
Ctrl+ Move backward to the beginning of a word
Ctrl+ Move forward to the beginning of a word
Ctrl+Home Jump to the beginning of the file
Ctrl+End Jump to the end of the file

License

MIT