Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tmux buffers for sending text #115

Closed
wants to merge 1 commit into from
Closed

Tmux buffers for sending text #115

wants to merge 1 commit into from

Conversation

t6d
Copy link

@t6d t6d commented Sep 8, 2014

This pull request fixes two issues:

  1. Sending arbitrary long texts is now possible (see also issue Can't paste more than around 30-lines into tmux buffer #44). Using tmux send-keys resulted in a tmux crash if too much data was pasted from vim to tmux as the command was simply too long to be interpreted.
  2. Shell interpolation is prevented. Instead the text is pasted precisely as is. An issue I encountered before was that I was required to escape any sequence containing a $ sign before sending it using VimuxSendText.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant