terroo / minivim

Basic example of a mini Vim with C++ and Ncurses

Home Page:https://youtu.be/p7k2tiGbcwE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniVim

Basic example of a mini Vim with C++ and Ncurses.

This mini editor was created in the video: https://youtu.be/p7k2tiGbcwE


MiniVim Normal Mode

MiniVim Insert Mode


Dependencies


Building and Running

git clone https://github.com/terroo/minivim
cd minivim
make
./minivim [filename]
# Examples:
./minivim main.cpp
./minivim index.js
./minivim script.py

Using

  • i - Insert Mode
  • Esc - Normal Mode
  • Esc w - Save and Exit

Submit your Pull Request!

About

Basic example of a mini Vim with C++ and Ncurses

https://youtu.be/p7k2tiGbcwE

License:GNU General Public License v3.0


Languages

Language:C++ 93.7%Language:Makefile 6.3%