preservim / vimux

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

escape '$' before sending to tmux #119

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 '$' just works for me.