jim

Simple, lightweight, modal, vim-inspired text editor
git clone git://git.janpasierb.com/jim.git
Log | Files | Refs | README | LICENSE

README (576B)


      1 jim
      2 ==========
      3 Jan's vim - a simple, lightweight, modal, vim-inspired text editor. This is a fork of a KILO editor by <antirez>
      4 
      5 Requirements
      6 ------------
      7 This binary is self-contained
      8 
      9 Installation
     10 ------------
     11 Enter the following command to build and install jim (as root, if necessary):
     12 
     13     make clean install
     14 
     15 You may additionally provide new or modify existing macros by supplying them in form of name=value to make's argument list
     16 
     17 Running jim
     18 ------------------
     19 You can run jim on its own or by passing a file you wish to edit as an argument. Manpage is also provided