Invoking nested projectsions from the root of a project #182
Unanswered
iamFIREcracker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project with the folloing layout:
start
andconsole
projections in it)start
andconsole
projections in it)So time I want to start the client app (or the server one), I have to:
:Start
I can live with that, but I was wondering if maybe there wasn't a better way to deal with this. I guess one could define a
Start1
(orConsole1
) command which would::Start
or:Console
, close the buffer)Any thoughts?
Note: I don't think the plugin should necessarily have support for this workflow, and I don't mind implementing this in my .vimrc directly; I am just looking for suggestions, especially if those will save me hours of viddling with Vimscript!
Beta Was this translation helpful? Give feedback.
All reactions