wadiim / femto

A cross-platform, terminal-based text editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A cross-platform, terminal-based text editor.

License:MIT License


Languages

Language:C 96.7%Language:C++ 1.5%Language:CMake 1.2%Language:Objective-C 0.6%