blob: a80500784624a992eede7f5a47b005fea2b2ab8e [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
11The other files contain some handy utilities. They also serve as examples for
12how to use Vi and Vim functionality.
13
Bram Moolenaar071d4272004-06-13 20:20:40 +000014less.sh + less.vim make Vim work like less (or more)
Bram Moolenaar292ad192005-12-11 21:29:51 +000015
Bram Moolenaar071d4272004-06-13 20:20:40 +000016shellmenu.vim menus for editing shell scripts in the GUI version
Bram Moolenaar292ad192005-12-11 21:29:51 +000017
Bram Moolenaar071d4272004-06-13 20:20:40 +000018swapmous.vim swap left and right mouse buttons
19
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020020editexisting.vim
Bram Moolenaar292ad192005-12-11 21:29:51 +000021
Bram Moolenaaraedfcbe2016-03-25 17:02:51 +010022This one is only for Unix.
Bram Moolenaar071d4272004-06-13 20:20:40 +000023file_select.vim macros that make a handy file selector
Bram Moolenaaraedfcbe2016-03-25 17:02:51 +010024
Bram Moolenaar2946d022016-03-28 20:53:08 +020025
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020026The following have been moved to an optional package. Add the command to your
27vimrc file to use the package:
Bram Moolenaar2946d022016-03-28 20:53:08 +020028
Bram Moolenaarcf2d8de2016-03-28 21:04:37 +020029packadd! dvorak Dvorak keyboard support; adds mappings
30
31packadd! editexisting when editing a file that is already edited with
32 another Vim instance, go to that Vim instance
33
34packadd! justify justifying text.
35
36packadd! matchit makes the % command work better