sponsor Vim development Vim logo Vim Book Ad

pty.vim : Remote terminal support for vim thanks to python.  

 script karma  Rating 4/1, Downloaded by 481  Comments, bugs, improvements  Vim wiki

created by
Johann Giwer
 
script type
utility
 
description
Remote terminal support for vim thanks to python.


You need VIM with python support and urxvt (rxvt-unicode) to use this script.
<http://software.schmorp.de/pkg/rxvt-unicode.html>;

Furthermore this script only provides python functions, so some knowledge about
this (very fine) language is usefull, but not required to benefit from it.

Calling the python function rxvtSend('text','cmd') the first time will spawn
a subprocesses given by the shell command 'cmd' in a new terminal window and
pass 'text' to it. Subsequent calls with the same 'cmd' argument will send further
text to the this subprocess. If you close the terminal window, the child
process stays alive and the next call of 'rxvtSend' opens a new terminal and
connects to it again. If you want to kill the child, call 'rxvtKill()'.

 
install details
It's a vimball archive, you only have to source it.
For requirements see above.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
pty.vba 0.1 2008-12-20 6.0 Johann Giwer Initial upload
ip used for rating: 13.59.61.119

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github