view runtime/tools/vimm @ 9771:a8138a3ee54d

Added tag v7.4.2160 for changeset ba98d7ce0d748b91c8f9c4db892a8ecd3dd1d443
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Aug 2016 22:30: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"