Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 610 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 610 Bytes

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)