You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to paste in around 30-40 lines of code into my vimux repl. Anything less works fine.
It could easily be a tmux setting but I can't seem to find anything relevant.
I'm using vimux as a tslime replacement and followed the mappings in the docs.
This patch addresses issue preservim#44, where @gberenfield says:
> I can't seem to paste in around 30-40 lines of code into my vimux repl.
> Anything less works fine.
I write the selected text to a temporary file, read the file with tmux,
and paste the contents into the appropriate window.
Caveats:
- When sending the text, vim prompts you with a `more` screen in which you
must press Enter repeatedly to scroll to the end. The text is actually sent
after you're done mashing the Enter button. I haven't found a way around
this -- I'm new to Vimscript.
I can't seem to paste in around 30-40 lines of code into my vimux repl. Anything less works fine.
It could easily be a tmux setting but I can't seem to find anything relevant.
I'm using vimux as a tslime replacement and followed the mappings in the docs.
tmux: 1.6 (via homebrew)
vim: 7.3.646 (sourcecode compiled)
Wishlist: If there was a command to pass the entire file/buffer to the vimux buffer
Brilliant plugin!
Thanks
Greg
The text was updated successfully, but these errors were encountered: