Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 命令行编辑器
- Host: GitHub
- URL: https://github.com/jeffcail/build-kilo-c
- Owner: jeffcail
- Created: 2024-11-06T14:56:41.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:00:27.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:17:56.415Z (about 2 months ago)
- Topics: c, kilo, shell
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
build-kilo-c
####编译一个自己的编辑器
####
####
> Build Your Own Text Editor https://viewsourcecode.org/snaptoken/kilo/
#### 常用命令
```shell
kilo filename # 打开文件
↑ # 上移
↓ # 下移
← # 左移
→ # 右移
fn ↑ # 上翻页
fn ↓ # 下翻页
fn ← # 移到行首
fn → # 移到行尾
ctrl s # 保存
ctrl q # 退出
ctrl f # 搜索
```