vis

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

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

text-fuzzer.dict

(369B)


      1 # AFL dictionary for text-fuzzer
      2 #
      3 # Not sure whether it makes sense to specify a dictionary,
      4 # the syntax is quite simple?
      5 #
      6 cmd_earlier="-"
      7 cmd_later="+"
      8 cmd_mark_get="?"
      9 # cmd_mark_set="= 0"
     10 cmd_mark_set="="
     11 cmd_size="#"
     12 # cmd_delete="d 0 1"
     13 cmd_delete="d"
     14 # cmd_insert="i 0 text"
     15 cmd_insert="i"
     16 cmd_print="p"
     17 cmd_quit="q"
     18 cmd_redo="r"
     19 cmd_snapshot="s"
     20 cmd_undo="u"