aboutsummaryrefslogtreecommitdiff
path: root/runtime/tools/vimm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tools/vimm')
-rwxr-xr-xruntime/tools/vimm6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/tools/vimm b/runtime/tools/vimm
deleted file mode 100755
index 7b84cb255e..0000000000
--- a/runtime/tools/vimm
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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"