blob: 22f9a97442954b2926c065e62b0311865d8c411e [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001The macros in the maze, hanoi and urm directories can be used to test Vim for
2vi compatibility. They have been written for vi to show its unlimited
3possibilities. The life macros can be used for performance comparisons.
4
5hanoi Macros that solve the tower of hanoi problem.
6life Macros that run Conway's game of life.
7maze Macros that solve a maze (amazing!).
8urm Macros that simulate a simple computer: "Universal Register Machine"
9
10
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020011
Bram Moolenaar071d4272004-06-13 20:20:40 +000012The other files contain some handy utilities. They also serve as examples for
13how to use Vi and Vim functionality.
14
Bram Moolenaar071d4272004-06-13 20:20:40 +000015less.sh + less.vim make Vim work like less (or more)
Bram Moolenaar292ad192005-12-11 21:29:51 +000016
Bram Moolenaar292ad192005-12-11 21:29:51 +000017
Bram Moolenaar2946d022016-03-28 20:53:08 +020018
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020019The following have been moved to an optional package. Add the command to your
20vimrc file to use the package:
Bram Moolenaar2946d022016-03-28 20:53:08 +020021
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020022packadd! dvorak " Dvorak keyboard support; adds mappings
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020023
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020024packadd! editexisting " when editing a file that is already edited with
25 " another Vim instance, go to that Vim instance
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020026
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020027packadd! justify " justifying text.
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020028
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020029packadd! matchit " makes the % command work better
Bram Moolenaare1012042016-03-28 21:10:49 +020030
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020031packadd! shellmenu " menus for editing shell scripts in the GUI version
Bram Moolenaarfead3ac2016-03-28 21:26:47 +020032
Bram Moolenaar0b9e4d12016-03-28 22:05:47 +020033packadd! swapmouse " swap left and right mouse buttons