esamattis / slimux

SLIME inspired tmux integration plugin for Vim
http://esa-matti.suuronen.org/blog/2012/04/19/slimux-tmux-plugin-for-vim/
Other
217 stars 52 forks source link

GH-51: use stdin instead of brittle split + escape #52

Closed sunaku closed 8 years ago

sunaku commented 8 years ago

This solves issue #51 by passing text from vim to tmux in the standard input stream in one shot instead of splitting/escaping text in pieces.