view runtime/tools/vimm @ 14130:92b622f22745

Added tag v8.1.0082 for changeset cb731d0982412873af1a0fff54f53d2d9241b8b1
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 18:00:08 +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"