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

Switch Window

by SublimeText ST4

A plugin to quickly switch between Sublime Text windows via Command Palette

Labels navigation

Details

Installs

  • Total 230
  • Win 91
  • Mac 109
  • Linux 30
May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 0 0 0 0 0 0 0 0 0 2 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 1 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 1 0 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

Switch Window

A Sublime Text plugin to quickly switch between open Sublime Text windows via Command Palette without having to press command ~ (MacOS) or alt+tab (Linux/Windows) repetitively.

Installation

Package Control

The easiest way to install is using Package Control. It's listed as Switch Window.

  1. Open Command Palette using ctrl+shift+P or menu item Tools → Command Palette...
  2. Choose Package Control: Install Package
  3. Find Switch Window and hit Enter

Manual Install

  1. Download Switch Window.sublime-package.
  2. Rename downloaded file to Switch Window.sublime-package (by removeing intermediate period)
  3. Copy it into Installed Packages directory

[!NOTE]

To find Installed Packages

  1. call Menu > Preferences > Browse Packages..
  2. Navigate to parent folder

[!WARNING]

Package Control doesn't update manually installed packages.

Clone git repository

You can clone this repository into your Sublime Text/Packages

[!NOTE]

To find Packages folder call Menu > Preferences > Browse Packages…

Mac OS
cd ~/Library/Application\ Support/Sublime\ Text/Packages/
git clone https://github.com/SublimeText/SwitchWindow.git "Switch Window"
Linux
cd ~/.config/sublime-text/Packages
git clone https://github.com/SublimeText/SwitchWindow.git "Switch Window"
Windows
cd "%APPDATA%\Sublime Text\Packages"
git clone https://github.com/SublimeText/SwitchWindow.git "Switch Window"

[!NOTE]

Package Control updates cloned packages only, if ignore_vcs_packages setting is true or does not contain “Switch Window”.

Usage

  1. Open Command Palette using ctrl+shift+P or menu item Tools → Command Palette...
  2. Type Window: Switch Window and hit enter

or hit ctrl+k, ctrl+tab in sequence to show the Switch Window Quick Panel directly.

Kind Info

The kind of a window is displayed via icon.

icon description
P A project/workspace is opened in the window
F One or more folders are opened in the window. The best matching one according to the active file is displayed in description line.
f A file is displayed in active view of a window, which has no project or folder open.
S An unsaved view is displayed in active view of a window, which has no project or folder open.