URI: 
       tv0d.sh - neatvi - [fork] simple vi-type editor with UTF-8 support
  HTML git clone git://src.adamsgaard.dk/neatvi
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tv0d.sh (178B)
       ---
            1 # vi commands
            2 echo    ":e $1"
            3 printf        "iabc def"
            4 printf        "oghi jkl"
            5 printf        "omno pqr"
            6 echo    "1Gd/jkl/0"
            7 echo    ":w"
            8 echo    ":q"
            9 
           10 # the expected output
           11 echo    "mno pqr" >&2