Skip to content

jeffcail/build-kilo-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-kilo-c

编译一个自己的编辑器

GitHub releaselicense

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

常用命令

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