Your IP : 172.28.240.42


Current Path : /usr/share/vim/vim73/tools/
Upload File :
Current File : //usr/share/vim/vim73/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"