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.
- Host: GitHub
- URL: https://github.com/limdongjin/small-vim
- Owner: limdongjin
- License: mit
- Created: 2017-08-29T07:42:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T14:27:26.000Z (about 7 years ago)
- Last Synced: 2025-01-12T00:32:49.963Z (over 1 year ago)
- Topics: assignment, c, editor, vim
- Language: C
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```