Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 562 Bytes

File metadata and controls

29 lines (17 loc) · 562 Bytes

The Jim Text Editor

installation

Jim is still an unfinished piece of software.

There are 2 ways to run it:

  1. using run.sh
    $ ./run.sh
        
  2. building with asdf
    (asdf:make :jim)
        

    this will produce an executable jim in the current directory

usage

jim’s keybindings are based on vim’s with the following exceptions:

  • :w and :e take their arguments quoted: :e "test.lisp"
  • :e will open a file in a new buffer