We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use nc -q 1
nnoremap y :call system('nc -q 1 host.docker.internal 8377', @0)
The text was updated successfully, but these errors were encountered:
Just to clarify, is that an example of a command which hangs, or a command which avoids a hang?
Sorry, something went wrong.
when use nc hostip hostport; the command will hang. add "-q 1", the command will exit after 1 sec. I use nc [v1.10-41.1]. I also found nc is so mess.
Maybe try the -N switch as suggested in the docs?
-N
No branches or pull requests
use nc -q 1
nnoremap y :call system('nc -q 1 host.docker.internal 8377', @0)
The text was updated successfully, but these errors were encountered: