home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20100913.root.tar.gz / bradford.20100913.root.tar / root / .exrc < prev    next >
Text File  |  2005-11-23  |  1KB  |  91 lines

  1. " ~/.exrc    Configuration for several
  2. "        vi's derivates in Ex mode
  3. " Autor: Klaus Franken <http://www.suse.de/feedback>
  4. " Version: 06.06.97
  5.  
  6. " Do not use the indent from the current
  7. " line when starting a new line
  8. set noautoindent
  9.  
  10. " Ignore case in search patterns
  11. " set ignorecase
  12.  
  13. " Show the line and column number of the
  14. " current cursor position
  15. set ruler
  16.  
  17. " Shell to start with !
  18. " set shell=sh
  19.  
  20. " Show matching bracket if seen on screen
  21. set showmatch
  22.  
  23. " Show the current editing mode which is
  24. " INSERT or REPLACE
  25. set showmode
  26.  
  27. " Keyboard mapping for several vi derivates
  28. " Autor: Werner Fink   <werner@suse.de> 
  29. " Version: 20.05.1997
  30.  
  31. " keys in display mode
  32. map OA  k
  33. map A  k
  34. map OB  j
  35. map B  j
  36. map OD  h
  37. map D  h
  38. map     h
  39. map     h
  40. map OC  l
  41. map C  l
  42. map ~ i
  43. map ~ x
  44. map ~ 0
  45. map OH  0
  46. map H  0
  47. map ~ $
  48. map OF  $
  49. map F  $
  50. map ~ 
  51. map ~ 
  52. map E  ""
  53. map G  ""
  54. map OE  ""
  55. map Oo  :
  56. map Oj  *
  57. map Om  -
  58. map Ok  +
  59. map Ol  +
  60. map OM  
  61. map Ow  7
  62. map Ox  8
  63. map Oy  9
  64. map Ot  4
  65. map Ou  5
  66. map Ov  6
  67. map Oq  1
  68. map Or  2
  69. map Os  3
  70. map Op  0
  71. map On  .
  72.  
  73. " keys in insert mode
  74. map! Oo  :
  75. map! Oj  *
  76. map! Om  -
  77. map! Ok  +
  78. map! Ol  +
  79. map! OM  
  80. map! Ow  7
  81. map! Ox  8
  82. map! Oy  9
  83. map! Ot  4
  84. map! Ou  5
  85. map! Ov  6
  86. map! Oq  1
  87. map! Or  2
  88. map! Os  3
  89. map! Op  0
  90. map! On  .
  91.