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