-
Notifications
You must be signed in to change notification settings - Fork 15
Description
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!