Skip to content
/ femto Public

A cross-platform, terminal-based text editor.

License

Notifications You must be signed in to change notification settings

wadiim/femto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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