An open API service indexing awesome lists of open source software.

https://github.com/limdongjin/small-vim

VIM editor Project for C programming(CSE2035) 2016 Fall, Sogang Univ.
https://github.com/limdongjin/small-vim

assignment c editor vim

Last synced: about 2 months ago
JSON representation

VIM editor Project for C programming(CSE2035) 2016 Fall, Sogang Univ.

Awesome Lists containing this project

README

          

# Small Vim

VIM editor Project.

for C programming(CSE2035) 2016 Fall, Sogang Univ.

## Functions

* Basic functions of vim editor
* Edit mode
* command mode (i, ESC, dd, d, h, j, k, l)
* ex-command mode (: w,: q,: wq,: set nu,: $ line_num, / $ pattern)
* customizing for .vimrc
* Save File

## Dependencies and Limitation

* Executable OS: Linux. (Not Support Windows, Mac)
* Fixed 80X24 Size Layout (Not Support Layout-Responsive Editor)
* Not Support ↑,←,↓,→. must use h,j,k,l

## Getting Started

```shell
$ make
```

```shell
$ ./myvi your_file_name.txt
```