faiimea / Fim

An editor with customized highlight based on vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fim

Fim is named as Faii_Vim~

Introduction

Fim is a text editor that allows user to DIY it's highlight rule.

FIM (ver 1.0) is a demo with function to read and write one file, which looks like a simple text editor.

1

Usage

To make sure you could run this program, please run it on CLI with complete C environment(gcc, make and so on).

$ make
$ ./fim <filename>

Todo

  • Read from file
  • Write to file and disk
  • Page up and down
  • Status Row
  • Help Row
  • Search line
  • Highlight (Built in)
  • Highlight (Special)

About

An editor with customized highlight based on vim


Languages

Language:C 99.7%Language:Makefile 0.3%