view runtime/tools/vimm @ 10121:02ba0b8a13fb

Added tag v7.4.2331 for changeset fb040c9d8ce9c0df6e011fca76a1a377e40ad956
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Sep 2016 22:00:07 +0200
parents f4f8014d516e
children
line wrap: on
line source

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