AntiFAQ
+  Examples
    +  ant
    +  awk
    +  gnuplot
    +  LaTEX
    +  make
    +  MySQL
    +  sed
    +  sh
    +  vi
+  Projects
+  SourceCodes
. . . .
./Examples/vi

 
 vi_examples.txt  (198 B)
       == vi command boutique ==
       1) substitute all windows by unix:
        :%s/[wW]indows/Unix/g # % is the range defin
       2) get a list of all comands:
        :viusage # or
        :exusage