Sublime Forum

Fuzzy finder, go to opened file

#1

Hey Guys,

Let’s say I have my workspace splitted into 4 panes… and I’m search(with fuzzy) for a file that is already opened, instead of opening a new file, I would like to sublime just go to that file in the properly tab.

Is there a way to achieve this?

thanks!

0 Likes

#2

How about Goto Tab from Package Control. For some reason I didn’t find it with the Package Control: Install Package but cloning from GitHub works fine. With a proper keybinding it is really helpful.

EDIT: Here is the original, called Tab Filter. The above one is a fork.

0 Likes

#3

Oh yeah, I know the Tab Filter, actually I use this, but I would love if instead of thinking if the file is opened or not to press a different shortcut, it just be the normal behavior.

0 Likes

#4

Means Goto Anything should focus the tab, which contains an already opened file instead of opening it again in the currently focused one?

0 Likes

#6


0 Likes

#7

IMO both should be possible:

  1. Switching to the tab with the already opened file
  2. Open the file in current tab as an alternitive to the command “Create new view into File”
0 Likes