1The 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 11 12The other files contain some handy utilities. They also serve as examples for 13how to use Vi and Vim functionality. 14 15less.sh + less.vim make Vim work like less (or more) 16 17 18 19The following have been moved to an optional package. Add the command to your 20vimrc file to use the package: 21 22packadd! dvorak " Dvorak keyboard support; adds mappings 23 24packadd! editexisting " when editing a file that is already edited with 25 " another Vim instance, go to that Vim instance 26 27packadd! justify " justifying text. 28 29packadd! matchit " makes the % command work better 30 31packadd! shellmenu " menus for editing shell scripts in the GUI version 32 33packadd! swapmouse " swap left and right mouse buttons 34