preservim / vimux

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

Escape "\" and "$" #104

Closed brauner closed 10 years ago

brauner commented 10 years ago

To send "$" and "\" to a repl session. (E.g. R uses "$" as an indexer.)

PS: This is my first pull request. If I missed an important point about how to do this (though I tried to inform myself thoroughly) I’m sorry.