preservim / vimux

easily interact with tmux from vim
MIT License
2.2k stars 159 forks source link

escape '$' before sending to tmux #126

Closed ppalucki closed 9 years ago

ppalucki commented 9 years ago

When sending commands to bash containing dollar sign - the dollar sign disappears somehow. It is probably cut by bash/sh but I don't know exactly why.

Escaping with this patch '$' just works for me - but I don't why :-1:

andybeeching commented 9 years ago

+1 - needed for sending R snippets to a REPL also

marklarr commented 9 years ago

+1

tcarette commented 9 years ago

+1 - scala string interpolator

benmills commented 9 years ago

Thanks @ppalucki!

hpurmann commented 9 years ago

Finally @benmills

tcarette commented 9 years ago

Thx!

On 02 Apr 2015, at 19:15, Hendrik Purmann notifications@github.com wrote:

Finally @benmills

— Reply to this email directly or view it on GitHub.