updated for version 7.0001
diff --git a/runtime/tools/vimm b/runtime/tools/vimm
new file mode 100755
index 0000000..042c4a0
--- /dev/null
+++ b/runtime/tools/vimm
@@ -0,0 +1,6 @@
+#!/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"