Skip to content

Commit

Permalink
docs: ✨ README.md updated
Browse files Browse the repository at this point in the history
Shotcuts are appended to README.md
  • Loading branch information
BHznJNs committed Sep 6, 2023
1 parent ebf7f68 commit e96a988
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Rusditor

English | [简体中文](./README_CN.md)

A simple text editor runs on terminals.

## Shortcuts

| Key | Function |
| --- | --- |
| Ctrl + s | Open / Close file saving component |
| Enter (When file-saver opened) | Write file |
| Esc | Exit program |
13 changes: 13 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Rusditor

[English](./README.md) | 简体中文

一个运行在终端上的简易文本编辑器

## 快捷键

| 按键 | 功能 |
| --- | --- |
| Ctrl + s | 开启 / 关闭 文件保存组件 |
| Enter (当文件保存组件启用时) | 写入文件 |
| Esc | 退出程序 |

0 comments on commit e96a988

Please sign in to comment.