{"id":18980780,"url":"https://github.com/sublimetext/switchwindow","last_synced_at":"2025-04-19T19:14:13.649Z","repository":{"id":66974268,"uuid":"584122659","full_name":"SublimeText/SwitchWindow","owner":"SublimeText","description":"A plugin to quickly switch between Sublime Text windows via Command Palette","archived":false,"fork":false,"pushed_at":"2025-01-31T19:30:51.000Z","size":341,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-16T15:15:18.886Z","etag":null,"topics":["sublime-text","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SublimeText.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-01-01T13:20:29.000Z","updated_at":"2025-03-28T11:03:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6e7fa44-707f-4c42-8e9e-fb4553180434","html_url":"https://github.com/SublimeText/SwitchWindow","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSwitchWindow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSwitchWindow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSwitchWindow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSwitchWindow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/SwitchWindow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249774677,"owners_count":21323647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sublime-text","sublime-text-plugin"],"created_at":"2024-11-08T16:07:44.408Z","updated_at":"2025-04-19T19:14:13.630Z","avatar_url":"https://github.com/SublimeText.png","language":"Python","readme":"# Switch Window\n\nA Sublime Text plugin to quickly switch between open Sublime Text windows\nvia Command Palette without having to press \u003ckbd\u003ecommand ~\u003c/kbd\u003e (MacOS)\nor \u003ckbd\u003ealt+tab\u003c/kbd\u003e (Linux/Windows) repetitively.\n\n![](preview.png)\n\n## Installation\n\n### Package Control\n\nThe easiest way to install is using [Package Control](https://packagecontrol.io). It's listed as `Switch Window`.\n\n1. Open `Command Palette` using \u003ckbd\u003ectrl+shift+P\u003c/kbd\u003e or menu item `Tools → Command Palette...`\n2. Choose `Package Control: Install Package`\n3. Find `Switch Window` and hit \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n### Manual Install\n\n1. Download [Switch Window.sublime-package](https://github.com/SublimeText/SwitchWindow/releases).\n2. Rename downloaded file to `Switch Window.sublime-package` _(by removeing intermediate period)_\n3. Copy it into _Installed Packages_ directory\n\n\u003e [!NOTE]\n\u003e \n\u003e To find _Installed Packages_...\n\u003e\n\u003e 1. call _Menu \u003e Preferences \u003e Browse Packages.._\n\u003e 2. Navigate to parent folder\n\n\u003e [!WARNING]\n\u003e\n\u003e Package Control doesn't update manually installed packages.\n\n### Clone git repository\n\nYou can clone this repository into your _Sublime Text/Packages_\n\n\u003e [!NOTE]\n\u003e\n\u003e To find _Packages_ folder call _Menu \u003e Preferences \u003e Browse Packages..._\n\n##### Mac OS\n\n```shell\ncd ~/Library/Application\\ Support/Sublime\\ Text/Packages/\ngit clone https://github.com/SublimeText/SwitchWindow.git \"Switch Window\"\n```\n\n##### Linux\n\n```shell\ncd ~/.config/sublime-text/Packages\ngit clone https://github.com/SublimeText/SwitchWindow.git \"Switch Window\"\n```\n\n##### Windows\n\n```shell\ncd \"%APPDATA%\\Sublime Text\\Packages\"\ngit clone https://github.com/SublimeText/SwitchWindow.git \"Switch Window\"\n```\n\n\u003e [!NOTE]\n\u003e\n\u003e Package Control updates cloned packages only,\n\u003e if `ignore_vcs_packages` setting is `true`\n\u003e or does not contain \"Switch Window\".\n\n## Usage\n\n1. Open `Command Palette` using \u003ckbd\u003ectrl+shift+P\u003c/kbd\u003e or menu item `Tools → Command Palette...`\n2. Type `Window: Switch Window` and hit \u003ckbd\u003eenter\u003c/kbd\u003e\n\nor hit \u003ckbd\u003ectrl+k\u003c/kbd\u003e, \u003ckbd\u003ectrl+tab\u003c/kbd\u003e in sequence\nto show the `Switch Window` Quick Panel directly.\n\n## Kind Info\n\nThe kind of a window is displayed via icon.\n\n| icon | description\n|:----:|:---\n| P    | A project/workspace is opened in the window\n| F    | One or more folders are opened in the window. The best matching one according to the active file is displayed in description line.\n| f    | A file is displayed in active view of a window, which has no project or folder open.\n| S    | An unsaved view is displayed in active view of a window, which has no project or folder open.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fswitchwindow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Fswitchwindow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fswitchwindow/lists"}