android_mt6572_jiabo/external/vim/runtime/tools/vimm
2025-09-05 16:56:03 +08:00

6 lines
188 B
Bash
Executable file

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