/minivim

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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!