xref: /vim-8.2.3635/runtime/tools/vimm (revision 5b8d8fdb)
1#!/bin/sh
2# enable DEC locator input model on remote terminal
3echo  "\033[1;2'z\033[1;3'{\c"
4vim "$@"
5# disable DEC locator input model on remote terminal
6echo  "\033[2;4'{\033[0'z\c"
7