Disable login shell with "MMLoginShell"
[MacVim/jjgod.git] / runtime / tools / vimm
blob042c4a0223cea3d892a01cb3e55edaf2122c39a7
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"