Plugin not working when using GNU's screen
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
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! Thanks for the reply!
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 :) Thanks again! AsaF
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?
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! Much appreciated!