Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim73/tools/vimm
diff options
context:
space:
mode:
Diffstat (limited to 'vim73/tools/vimm')
-rwxr-xr-xvim73/tools/vimm6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim73/tools/vimm b/vim73/tools/vimm
new file mode 100755
index 0000000..7b84cb2
--- /dev/null
+++ b/vim73/tools/vimm
@@ -0,0 +1,6 @@
+#!/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"