diff --git a/README.md b/README.md index 58e6868..d5e261c 100644 --- a/README.md +++ b/README.md @@ -139,3 +139,12 @@ 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\!' +```