home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / mac / vim55rt.sit / runtime / tools / vimm < prev    next >
Encoding:
Text File  |  1999-09-25  |  176 b   |  7 lines  |  [TEXT/ALFA]

  1. #
  2. # enable DEC locator input model on remote terminal
  3. echo  "\033[1;2'z\033[1;3'{\c"
  4. vim "$@"
  5. # disable DEC locator input model on remote terminal
  6. echo  "\033[2;4'{\033[0'z\c"
  7.