1 When using a dvorak keyboard this file may be of help to you.
2 These mappings have been made by Lawrence Kesteloot <kesteloo@cs.unc.edu>.
3 What they do is that the most often used keys, like hjkl, are put in a more
5 It may take some time to learn using this.
7 Put these lines in your .vimrc:
8 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
9 " Key to go into dvorak mode:
10 map ,d :source ~/.dvorak
11 " Key to get out of dvorak mode:
12 map ,q :source ~/.qwerty
13 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
15 write these lines into the file ~/.dvorak:
16 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
17 " Dvorak keyboard, only in insert mode and ex mode.
18 " You may want to add a list of map's too.
89 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
91 write these lines into the file ~/.qwerty
92 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
164 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-