Open files in existing Gvim in multiple (new) tabs
If vim is compiled with the clientserver option, you can do it. Start your vim instance with the following flag: $ gvim –servername GVIM # GVIM is the server name. It can be anything. To open more tabs in this instance, you can run the command: $ gvim –servername GVIM –remote-tab file1 file2 file3 … … Read more