Skip to content

thehackersbrain/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G-VIM

Minimal Text-Editor in C


Description

GVIM - Simple and Minimal Text-editor written in pure C. with syntax hightlighting feature.

Version

G-VIM v0.9.5

Installation

Compiling from source code

  • clone this repository
    git clone https://github.com/thehackersbrain/text-editor.git
  • change the directory and compile the source code
    cd text-editor && make
  • adding the file in ~/.local/bin directory
    cp gvim "$HOME/.local/bin"

Download the binary

  • clone this repository
    git clone https://github.com/thehackersbrain/text-editor.git
  • execute the binary
    cd text-editor && chmod +x gvim && ./gvim

Screenshot

Resources

Check this out here

Social Handles

About

A Terminal-Based Text Editor in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published