-
Notifications
You must be signed in to change notification settings - Fork 20
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
Plugin not working when using GNU's screen #42
Comments
Someone would need to invest the time and see if screen has an escape sequence for passing the correct codes through to the terminal. Unfortunately, I don't really use screen. Do you want to try creating a patch? I can try at some point, but it won't be in the near term (my plate is rather full right now). |
Hi! Creating a patch sounds like something interesting that I will be happy to do to. But I don't know where or how to start. Could you give me some guidance as to how to start /what should I Iearn /where can I learn ... how to create such a patch? As I mentioned I'm quite new in programming. But -I usually learn quickly and I'm very open to learning new things :) |
Unfortunately, I don't have the bandwidth to coach you myself through the process, but I think this is a decent resource on how to get started: https://opensource.guide/how-to-contribute/#opening-a-pull-request There are a lot of tutorials, but they all revolve around the same activities: fork the repo, create a branch, make your changes, commit them in an organized way, push it up, and submit a pull request. :-) Hopefully the above link will help guide you! |
Thanks a lot! |
Hi,
I'm quite new with vim and programming but this plugin is very helpful.
The problem is that when I use GNU's screen - it doesn't work. Maybe you have a solution?
Thanks!
AsaF
The text was updated successfully, but these errors were encountered: