-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Screen foreground #83
Comments
The tmux support works by triggering off the resize event when the split closes. Screen splits don't work that way. This isn't really fixable, but if you're on Linux, you can start Vim with |
I have tested the resized event with screen split manually and it have been called. But I try to add the funcionality to the plugin and I cant, could you help me? |
The resize event itself is fine. The problem is tmux's panes automatically close when the task completes, whereas in screen another window is selected. |
I know, but I have make a simple test to auto remove the bottom split when script finish:
And call the script:
|
Can I push my branch and you see my attempt? |
Sure. Your plan seems plausible but I'm not sure how easy it will be. |
I created the pull request #84 |
As you said at #27 screen does not works with foreground, can you explain why not? I really like to help making this work, because screen is my main tool.
The text was updated successfully, but these errors were encountered: