view runtime/tools/vimm @ 35901:83372e4e4a17

Added tag v9.1.0659 for changeset f02b4047749c612fadd20ca15a9455db5bcdc653
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Aug 2024 18:45: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"