Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jan 10, 2023
1 parent 1107682 commit c06a00a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Switch Window

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

![](preview.png)
Expand All @@ -19,14 +19,18 @@ The easiest way to install is using [Package Control](https://packagecontrol.io)
### Manual Install

1. Download [Switch Window.sublime-package](https://github.com/SublimeText/SwitchWindow/releases).
2. Rename downloaded file to `Switch Window.sublime-package`
2. Rename downloaded file to `Switch Window.sublime-package` _(by removeing intermediate period)_
3. Copy it into _Installed Packages_ directory

> 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_
Expand Down Expand Up @@ -56,6 +60,12 @@ 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 <kbd>ctrl+shift+P</kbd> or menu item `Tools → Command Palette...`
Expand Down

0 comments on commit c06a00a

Please sign in to comment.