Skip to content

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

License

Notifications You must be signed in to change notification settings

limdongjin/small-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

$ make
$ ./myvi your_file_name.txt

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published