Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

A simple text editor written in c

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
![gif](assests/chroma_test-ezgif.com-video-to-gif-converter.gif)
# Usage
run `./chroma help` for options

```
Usage: ./chroma file_name

Command 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 line

Edit Mode:

esc --quit edit mode and enter command mode```