Is there a way to configure nautilus to open a file into an existing gvim process in a new buffer instead of loading a new instance of gvim? I know I can drag and drop the file into gvim, but it would be convenient if I could just double-click a file to open it.
|
|
In a Terminal
Copy Paste this code :
In Nautilus
It's done |
||
|
|
|
Perhaps you can write a shell script to automate this if Gvim provides the functionality. I personally do not know enough to provide the details. Just a direction to try? |
||
|
|
|
|
You're really just wanting to launch gVim with the --remote-tab-silent option. From the manual:-
Also just check out --remote-silent if you're not wanting a new tab and want to create a new buffer. |
||||
|
