-
Notifications
You must be signed in to change notification settings - Fork 15
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
new pane per file #22
Comments
Unfortunately I can't help you here, since I'm not using this plugin anymore. jebaum took over maintenance. @jebaum Are you still working at this? If so, I'd like to move the repo to your account. Otherwise I'd open an issue looking for a new maintainer. |
@mhinz I'm still working on this, have let it fall off a bit recently but I can handle it. By move the repo to my account do you just mean have me fork it? @brooth it sounds like you are using buffer specific panes instead of the global pane. details for that are in the docs, but I can provide more specific help if you need it. see |
@jebaum It looks like I can simply transfer the repo to your account. It just doesn't work at the moment, since it exists already. :) Could you remove the fork? |
done |
@jebaum Okay, I started the transfer. I never did this before, but it said that you will have to approve somehow. |
Hi! Thank for the great plugin!
Anyway, I have this issue with it. when I send a command with ms, it creates a pane and runs the command well. But when I go to another file, without closing that pane (mq) and try to repeat this motion, the plugin creates new pane instead of send second command to the prev pane.
Sometimes, when the pane was closed, I get this error 'the associated pane was already closed!' on ms.
Maybe I don't understand correctly the behavior of the plugin and try to use it wrong way, but I need this functionality: I have several mappings m1-m9 with a command per one. for example m1 - runs tests, m4 - runs build, etc.
So I try this:
nmap <leader>m1 <leader>ms <c-r>r/gradlew test<cr>
Is there a way to handle this with your plugin? Thanks for an answer!
The text was updated successfully, but these errors were encountered: