File: click.me

package info (click to toggle)
vim 5.0-0.2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 5,920 kB
  • ctags: 5,839
  • sloc: ansic: 80,837; makefile: 913; awk: 841; sh: 208; perl: 192; csh: 6
file content (9 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

To run the "Conway's game of life" macros:

  1.  Type ":so life.mac".  This loads the macros.
  2.  Type "g" to run the macros.
  3.  Type CTRL-C to interrupt.
  4.  Type ":q!" to get out.

See life.mac for more advanced usage.