codekingpro's picture
Add files using upload-large-folder tool
3f07f06 verified
Raw
History Blame Contribute Delete
188 Bytes
#!/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"