inital checkin using existing vim and preparing for use of bash_magic
This commit is contained in:
6
vim/bundle/ubuntu-vim72/tools/vimm
Executable file
6
vim/bundle/ubuntu-vim72/tools/vimm
Executable file
@@ -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"
|
||||
Reference in New Issue
Block a user