dotar/vim
yan c50e917b6c 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.
2011-12-15 23:07:50 -08:00
..
bundle Add slime.vim: Use ctrl-c ctrl-c to send text to irb in a screen session 2011-12-15 23:07:50 -08:00
plugin Improving keybindings to not interfere with standard things 2011-12-15 22:20:51 -08:00
snippets@15cb6bf4fa Replaced snippets with scrooloose-snippets 2011-12-08 01:51:42 -08:00
.gitignore Initial commit. 2011-11-17 16:00:49 -06:00
README.snipMate Moved snipmate to submodule 2011-12-08 01:41:08 -08:00

We are purposefully including an older version of snipMate (0.84) from mikefarmer's repo
so that it works with the long list of snippets available from the scrooloose/snippets
collection. The current mainline snipMate seems to be no longer compatible with those
snippets, but the scrooloose collection is still the best one to use.