https://github.com/sharp0802/ced
ced is a Code EDitor written with Rust
https://github.com/sharp0802/ced
Last synced: about 1 month ago
JSON representation
ced is a Code EDitor written with Rust
- Host: GitHub
- URL: https://github.com/sharp0802/ced
- Owner: Sharp0802
- License: mit
- Created: 2024-11-04T05:37:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:26:43.000Z (over 1 year ago)
- Last Synced: 2025-06-25T19:02:58.869Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# *ced* : Code EDitor
[](https://github.com/Sharp0802/ced/actions/workflows/cargo-test.yml)
*ced* is tui text-editor written in Rust.
## Known issue
- Backspace? Delete?
Although Linux binds 7F for BACKSPACE by historical issue,
*ced* regards 7F as DELETE instead of BACKSPACE.
If you have a problem with BACKSPACE and DELETE,
you should change your terminal-emulator's configuration.