Skip to content

An extremely simplified terminal editor (like vim, 1%)

Notifications You must be signed in to change notification settings

codingEzio/SimpleTermEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

  • Practice C#
  • Know how a terminal editor like vim works
  • Edit texts using the editor I've written myself feels.. weird, in a good way

Feature

  • Fill blank lines with ~s
  • Show how many lines were there
  • Ctrl+S for save
  • Ctrl+F for basic search
  • Ctrl+Q for quit (three times required if having unsaved changes)

Roadmap

  • Configurable Find (like Ignore Case or not)
  • Syntax Highlighting (this might take a while..)

Status

Now I'm quite familiar with the project, I could start trying to integrate my own ideas into this editor implementation. I've also found a project that quite peaked my interest, which is Matt Duck's improved version of the implementation. Hell yeah!

Credit

About

An extremely simplified terminal editor (like vim, 1%)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages