vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

1.in

(341B)


      1 *temp var1 0
      2 *temp var2 "hi"
      3 *temp var3 -1
      4 *temp var4 42
      5 *temp var5 "asdf"
      6 *temp var6 0
      7 
      8 Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way."
      9 
     10 This challenge is just a simple movement and entering text at a certain place.