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

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

Awesome Lists containing this project

README

          

# *ced* : Code EDitor

[![cargo test](https://github.com/Sharp0802/ced/actions/workflows/cargo-test.yml/badge.svg)](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.