项目作者: wadiim

项目描述 :
A cross-platform, command-line text editor.
高级语言: C
项目地址: git://github.com/wadiim/femto.git
创建时间: 2019-02-02T01:10:22Z
项目社区:https://github.com/wadiim/femto

开源协议:MIT License

下载


Femto

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

Building

  1. cmake . -Bbuild
  2. cmake --build build

Usage

  1. 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