Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • gvim --remote <filename> opens a file in a buffer in an existing gvim instance. Commented Nov 17, 2021 at 7:09
  • @Quasimodo is there anyway to open in same GVim instance in same virtual desktop? Or it's not possible? Thanks Commented Oct 27, 2022 at 3:54
  • @BenyaminLimanto You can easily find the window ID of the Gvim window in a specific desktop with wmctrl. If Gvim offers a way to retrieve the window ID (I don't know whether it does), then you can close the circuit. Commented Nov 6, 2022 at 12:22