Skip to content

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

License

Notifications You must be signed in to change notification settings

vanmik/sublime-goto-window

 
 

Repository files navigation

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

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. See sublimehq/sublime_text#444 for more information.

I haven't been able to test it on Windows, but I put in a workaround that seems to work on OS X.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.5%
  • JavaScript 7.5%