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

Send more keys with VimuxSendKeys #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 23, 2014

  1. Send more keys with VimuxSendKeys

    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.
    slowkow committed May 23, 2014
    Configuration menu
    Copy the full SHA
    c1c4e3a View commit details
    Browse the repository at this point in the history