home *** CD-ROM | disk | FTP | other *** search
/ BeMA Communicate / BeMA_Communicae_13.diskimage / Communicae-accessories / vi.cae < prev    next >
Encoding:
Text File  |  1992-02-19  |  466 b   |  29 lines

  1. #! Communicae distributed setup file
  2. clearall
  3. pty = 1
  4. command = "vi"
  5. logout = ":q^M"
  6. bskey
  7. mousedown = "%V%H"
  8. tabwidth = 8
  9. font = "Ohlfs"
  10. fontsize = 10
  11. leading = 1
  12. rows = 60
  13. columns = 80
  14. menus = no
  15. drop = ":e %s^M"
  16. F0 = "%c"
  17. F9 = "h%|b"    # Left
  18. F15 = "j%|}"    # Down
  19. F16 = "l%|w"    # Right
  20. F22 = "k%|{"    # Up
  21. F207 = Other    # Cmd+O
  22. F227 = Copy    # Cmd+c
  23. F232 = Hide    # Cmd+h
  24. F233 = Insert    # Cmd+i
  25. F238 = New    # Cmd+n
  26. F239 = Open    # Cmd+o
  27. F241 = Quit    # Cmd+q
  28. F246 = Paste    # Cmd+v
  29.