From c6e564aaa43c83be2505fb10705363a889feb677 Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Fri, 23 Mar 2012 17:12:29 -0700 Subject: [PATCH] Minor wording update. --- README.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index 1f1e269..d60f576 100644 --- a/README.mkd +++ b/README.mkd @@ -88,14 +88,14 @@ map rs :InterruptVimTmuxRunner ### tslime replacement -Here is how to use vimux like tslime to send code to a REPL. First, add some helpful mappings. +Here is how to use vimux to send code to a REPL. This is similar to tslime. First, add some helpful mappings. ```viml " Prompt for a command to run map vp :PromptVimTmuxCommand -" If text is selected, send it to tmux +" If text is selected, save it in the v buffer and send that buffer it to tmux vmap vs "vy :call RunVimTmuxCommand(@v) " Select current paragraph and send it to tmux