https://github.com/notsuju/chroma
A simple text editor written in c
https://github.com/notsuju/chroma
ansi-escape-codes c c-language project text-editor vim
Last synced: 2 days ago
JSON representation
A simple text editor written in c
- Host: GitHub
- URL: https://github.com/notsuju/chroma
- Owner: notsuju
- License: apache-2.0
- Created: 2024-11-15T11:45:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:18:44.000Z (7 months ago)
- Last Synced: 2025-03-13T07:36:20.463Z (4 months ago)
- Topics: ansi-escape-codes, c, c-language, project, text-editor, vim
- Language: C
- Homepage:
- Size: 559 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chroma Text Editor
Chroma is one of my first projects, it is basically a very simple terminal based text editor with very limited functionaliy written in C.(currently improving)
# Preview

# Usage
run `./chroma help` for options```
Usage: ./chroma file_nameCommand Mode:
k --move up
j --move down
l --move right
h --move left
s --save file
q --quit the program
i --edit mode
x --jump to a specified line and column x enter Eg. x 4 1 jumps to the start of 4th lineEdit Mode:
esc --quit edit mode and enter command mode```