ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Goto​Window

by ccampbell ALL

Sublime Text plugin to quickly switch to any open window using a keyboard command

Details

Installs

  • Total 3K
  • Win 682
  • Mac 2K
  • Linux 398
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Goto Window

This package allows you to change between open windows in Sublime Text using a prompt. It is useful if you have a lot of windows open with different projects in them and you want to switch without having to press command ~ over and over again.

To Install

If you are using Sublime Package Control you can press command+shift+p. Then select Package Control: Install Package and choose GotoWindow.

Another option is running the following command (this is the OS X version):

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone git@github.com:ccampbell/sublime-goto-window.git GotoWindow

Linux dependencies

This plugin depends on wmctrl being installed on your system. On Debian-based operating systems (such as Ubuntu), you can get it using apt-get install wmctrl.

Usage

The default keybinding is

super + shift + o

After that you will see a menu that looks like this containing all your open windows in Sublime Text:

hyog

Select an item and that's it!

Note

There is a bug that prevents this from actually working natively using Sublime Text APIs. See https://github.com/SublimeTextIssues/Core/issues/444 for more information.

I haven't been able to test it on Windows, but there are workarounds in place that seem to work on OS X and Linux.