I’m looking for a way to load a file with open_file
, even if it’s already open somewhere else. Is this possible? I know there is clone_file
for creating a new View with an existing file, but that only works for the file that currently has focus.
Is this possible?