Quantcast
Channel: Active questions tagged user-commands - Vi and Vim Stack Exchange
Viewing all articles
Browse latest Browse all 60

How do I remap the :make command to run a docker container?

$
0
0

I use a custom docker container to build my project so my "make" command is actually docker run --rm -v $(pwd):/src container make $arg.

I'd like to be able to type :make $arg in command mode and have it trigger the docker container with the argument.


Viewing all articles
Browse latest Browse all 60

Trending Articles