summaryrefslogtreecommitdiffstats
path: root/runtime/tools/vimm
blob: 042c4a0223cea3d892a01cb3e55edaf2122c39a7 (plain)
1
2
3
4
5
6
#!/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"