view runtime/tools/vimm @ 0:76efa0be13f1

Initial revision
author atsuki
date Sat, 10 Nov 2007 15:07:22 +0900
parents
children e170173ecb68
line wrap: on
line source

#!/bin/sh
# enable DEC locator input model on remote terminal
echo  "\033[1;2'z\033[1;3'{\c"
vim "$@"
# disable DEC locator input model on remote terminal
echo  "\033[2;4'{\033[0'z\c"