linux - How to open new file in previous gvim window -
when open file in gvim terminal using gvim abc.cpp, unlike gedit opening in new gvim window. can suggest way open new file in new tab in opened gvim window? couldn't find information regarding on searching. using ubuntu 12.04. vim version 7.3
gvim --remote-silent abc.cpp the -silent prevents error message showing if there not instance of gvim running
Comments
Post a Comment