vis

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

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

1.keys

(230B)


      1 qa          /* start macro recording */
      2 /#<Enter>   /* search for # */
      3 jyypjdd     /* move down, yank, put, delete line below */
      4 q           /* stop macro recording */
      5 @a          /* replay macro */
      6 @@          /* replay again */