Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffcail/build-kilo-c

kilo shell editor 命令行编辑器
https://github.com/jeffcail/build-kilo-c

c kilo shell

Last synced: about 1 month ago
JSON representation

kilo shell editor 命令行编辑器

Awesome Lists containing this project

README

        

###

build-kilo-c


####

编译一个自己的编辑器


####

GitHub releaselicense


####

简体中文 | English


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

#### 常用命令
```shell
kilo filename # 打开文件
↑ # 上移
↓ # 下移
← # 左移
→ # 右移
fn ↑ # 上翻页
fn ↓ # 下翻页
fn ← # 移到行首
fn → # 移到行尾
ctrl s # 保存
ctrl q # 退出
ctrl f # 搜索
```