preservim / vimux

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

Add VimuxCurrentLine to send current line to runner pane #123

Closed chu- closed 9 years ago

chu- commented 9 years ago

Send content of current line to the runner pane then run.

benmills commented 9 years ago

@chu- Generally I've been against adding things like this to vimux. I'd prefer to see this as a plugin built on top of vimux.

My thought is vimux should just provide enough functionality to interface with tmux and nothing more. What do you think?

chu- commented 9 years ago

@benmills Yes, I agree with you.

michaelfresco commented 6 years ago

@chu- thanks a bunch for making your fork! You really saved my ass. I had a hard time understanding how vimux works, and I don't understand (honestly) why this is not built-in by default.