View tabs during ctrl-tab in Sublime Text

sublime-textsublime-text-3

In Windows, when you press Alt and Tab together, then repeatedly press Tab while holding down on the Alt, you see a list of all open windows and you can toggle between them.

In Notepad++ and other editors, you can do the same thing with editor tabs using the Ctrl+Tab combo.

Question:
Although Sublime Text supports basic CtrlTab, it doesn't support the ability to view a list of all the tabs while keeping the Ctrl tab held down (as does Notepad++). Is there some plugin that provides this functionality, or an alternate key-combination I'm not aware of?

Best Answer

In sublime text you can use Ctrl+P to show a list of open files ordered by LRU (as in Ctrl+tab document switching). But it requires more keystrokes than the Ctrl+tab way.

Related Question