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 691
  • Mac 2K
  • Linux 405
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 0 0 0 0 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
Mac 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0
Linux 0 1 0 2 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.