????

Your IP : 13.58.214.82


Current Path : C:/Program Files/Git/usr/share/vim/vim91/tools/
Upload File :
Current File : C:/Program Files/Git/usr/share/vim/vim91/tools/vimm

#!/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"