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 / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / runtime / tools / vimm < prev    next >
Encoding:
Text File  |  2000-01-17  |  184 b   |  7 lines

  1. #!/bin/sh
  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.