Sublime Forum

ST3 Fedora: Open files in same window

#1

Hi there,
I’m using Sublime Text 3 at work and am used to ST2 opening files in the existing window.
However ST3 only opens the file in a new window everytime which gets quite annoying.

I’m running on Fedora 13( 3.1.6-1.fc13.x86_64 )

Is there a known way to get Sublime to reuse the existing window? I’ve tried using the -a flag and the OSX “open_in_new_window”:false but nothing I try works.

Any ideas? Or should I just stick to ST2 at work for now.

Thanks! Much appreciated

0 Likes

#2

Ah nevermind. I got it to work by reverse engineering something at work.
FWIW, this works, though I don’t full understand it

alias e ‘/path/to/SublimeText/glib2.26:$LD_LIBRARY_PATH ~/Software/sublime_text_3/sublime_text !* &’

0 Likes