From 83ad068ad2008762f841a29631c0342afd8a22f8 Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 15 Dec 2011 23:09:50 -0800 Subject: [PATCH] Readme for slime.vim --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eaaad20..2fdf87e 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ Included vim plugins * ruby-debug-ide - not quite working for me, but maybe it will for you. supposedly a graphical debugger you can step through * Gundo - visualize your undos - pretty amazing plugin. Hit ,u with my keymappings to trigger it, very user friendly * space-vim - hit space to repeat many navigation commands like finds, etc. very intuitive + * slime - use ctrl-c,ctrl-c to send text to a running irb/pry/console. To start the console, you must use screen with a named session: "screen -S [name] [cmd]", ex: "screen -S pry pry" General enhancements that don't add new commands