Initial class construction
This commit is contained in:
6
Git/usr/share/vim/vim81/tools/vimm
Normal file
6
Git/usr/share/vim/vim81/tools/vimm
Normal 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