view runtime/tools/vimm @ 11887:030a9cde3116

Added tag v8.0.0823 for changeset 7928d62d29ee5c8c91868608f171f6b16b080a3c
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 22:00:04 +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"