You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VimuxPromptCommand does not create a new horizontal split below vim, if there is already a split open that has an ongoing process. Probably the best example of this would be starting a some sort of development server and having vim open in the second pane.
The text was updated successfully, but these errors were encountered:
Okay I see what you mean. My usage is usually either to manage splits myself or let this do it for me in a dedicated window, but not mix and match like that.
I'd be happy to facilitate some kind of fix for this is somebody comes up with a PR, but it might be a while before I get around to it myself.
There is already a mechanism for using a specific pane name, what this probably entails is setting up the default to something the user won't have running already and checking for it even when a custom name is not specified. This may or make not make sense as the default but at least as a configuration option I'd be fine with including it to cover this usage scenario.
The
VimuxPromptCommand
does not create a new horizontal split below vim, if there is already a split open that has an ongoing process. Probably the best example of this would be starting a some sort of development server and having vim open in the second pane.The text was updated successfully, but these errors were encountered: