Add slime.vim: Use ctrl-c ctrl-c to send text to irb in a screen session

Start a screen session using: screen -S sess pry
This creates a session named "sess" running pry
Now use ctrl-c, ctrl-c. First time you use it will ask
for the session name, give it 'sess'. Next time will
be automatic. The text will end up in your screen.
This commit is contained in:
yan 2011-12-15 23:07:50 -08:00 committed by Yan Pritzker
parent a276cb35c3
commit c50e917b6c
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -145,3 +145,6 @@
[submodule "vim/bundle/austintaylor-vim-indentobject"]
path = vim/bundle/austintaylor-vim-indentobject
url = https://github.com/austintaylor/vim-indentobject
[submodule "vim/bundle/jpalardy-vim-slime"]
path = vim/bundle/jpalardy-vim-slime
url = https://github.com/jpalardy/vim-slime

@ -0,0 +1 @@
Subproject commit c029aec736ade7143bfe9b009f344af4bdf49c1d