1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-04-02 07:56:44 +02:00
vim/runtime/tools/vimm

7 lines
184 B
Text
Raw Normal View History

2004-06-13 20:20:40 +00:00
#!/bin/sh
# enable DEC locator input model on remote terminal
echo "\033[1;2'z\033[1;3'{\c"
vim "$@"
# disable DEC locator input model on remote terminal
echo "\033[2;4'{\033[0'z\c"