diff --git a/README.md b/README.md index 9387aeb..5a80301 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,15 @@ Credit: @david50407 :let command='vim ''+\\!kill -9 ' . getpid() . ''' +qall -es' | execute "!" . command ``` +## The Client-Server way +Credit: @tartansandal + +If `+clientserver` is enabled -- typically the case for the GUI -- you can simply + +``` +:!gvim --remote-send ':q\!' +``` + ## The Yolo Way Credit: @ryanc