Ayg0 / Vinro

Vim clone ? Vi clone ? what's the difference ? it just have more problems than both :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vinro

The VI clone that no sane person will use (for now);


Usage:

  • Interactive mode:

    • move using arrow keys
    • edit and manipulate the file
    • turn into view mode using 'ESC'
  • VIEW MODE:

    • save the file using 'w';
    • go to the beginning of the line using 'b' and to the end of it using 'e';
    • quit using 'q';
    • delete line using 'd';
    • enter a multi-char/string command using 'ENTER':
      • 'ENTER' + "wq" + 'ENTER' : will save the file and exit vinro.

Installation GUIDE:

Just clone the repo CD to it, and use

  $> make

Use it with:

  $> ./vinro <file_name>

Contributing:

If you encounter any issues or bugs while using Vinro, please submit an issue on the GitHub repository. Pull requests are also welcome for bug fixes or new features.

About

Vim clone ? Vi clone ? what's the difference ? it just have more problems than both :D


Languages

Language:C 97.2%Language:Makefile 2.8%