{"id":18932642,"url":"https://github.com/yougotwill/origamivsc","last_synced_at":"2026-01-27T00:12:04.792Z","repository":{"id":106185581,"uuid":"154026593","full_name":"yougotwill/origamivsc","owner":"yougotwill","description":"Like Origami (https://github.com/SublimeText/Origami) but for VS Code.","archived":false,"fork":false,"pushed_at":"2018-10-22T12:15:25.000Z","size":270,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T04:37:14.603Z","etag":null,"topics":["layout-manager","origami","productivity","sublime-text","sublime-text-3","vscode","workflow"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yougotwill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-10-21T16:04:21.000Z","updated_at":"2023-07-13T16:09:03.000Z","dependencies_parsed_at":"2023-06-16T01:30:39.751Z","dependency_job_id":null,"html_url":"https://github.com/yougotwill/origamivsc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yougotwill/origamivsc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Forigamivsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Forigamivsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Forigamivsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Forigamivsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yougotwill","download_url":"https://codeload.github.com/yougotwill/origamivsc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Forigamivsc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28792645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["layout-manager","origami","productivity","sublime-text","sublime-text-3","vscode","workflow"],"created_at":"2024-11-08T11:50:01.936Z","updated_at":"2026-01-27T00:12:04.774Z","avatar_url":"https://github.com/yougotwill.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# OrigamiVSC\n\nLike [Origami for Sublime Text](https://github.com/SublimeText/Origami) but for VS Code.\n\n![](origami.jpg)\n\n**DISCLAIMER**\n\nThis is **not** an extension. It is also nowhere near as complex as Origami and is a basic solution that fits my own needs.\n\nThis means that I don't guarantee that things will work on your machine as they do on mine.\n\nI also don't take responsibility for any chaos on your machine thanks to this hacky solution. 🤷‍♂\n\nI'm hoping that someone will take notice of this and build a proper extension. 🙏\n\n## How to install\n1. Install the [Macros](https://github.com/geddski/macros) VS Code extension by going [here](https://marketplace.visualstudio.com/items?itemName=geddski.macros).\n2. Copy the contents of this [keybindings.json](keybindings.json) to your keybindings.json.\n3. Copy the contents of this [settings.json](settings.json) to your settings.json.\n4. Done 🎉\n\n# Please Note\n1. I have only tested this on macOS.\n2. You will only be able to create empty panes if you set `workbench.editor.closeEmptyGroups` to `false` in your settings.json otherwise the `createPane` command won't work.\n3. If the above is set to `false` then you will then have to close panes manually using the `destroyPane` command.\n4. You can only destroy the currently selected pane used the `destroyPane` command and not any noncurrent panes because focusing on an editor group in VS Code is slower than closing an editor group for some reason...\n5. Pane resizing only changes in one direction (**width OR height** NOT **width AND height**). This is based on the editor group layout being set to horizontal or vertical. You can set this through the `flipPaneOrientation` command. Be warned that changing the editor group layout will rearrange your existing panes.\n6. Last but not least, unzooming a pane will reset the widths \u0026 heights of **all** panes. (I did tell you that this is hacky)\n\n\n## Features\n- [x] Creating Panes\n- [x] Destroying the currently selected pane.\n- [x] Focusing panes\n- [x] Carrying (moving) files to different panes \n- [x] Changing the size of a pane\n- [x] Zooming in on a pane\n- [ ] Destroying non-selected panes\n- [ ] Cloning Panes\n- [ ] Merging Panes\n\n## Key shortcuts\nBelow are the default keybindings for OrigamiVSC.\n\n![](keys.png)\n\n## Special Thanks\nThanks to the [Sublime Text team](https://github.com/SublimeText) for maintaining the Origami repository and [geddski](https://github.com/geddski) for developing the Macros for VS Code extension. \n\nFinally thanks to [Alex on Unsplash](https://unsplash.com/@worthyofelegance) who took the Origami picture.\n\n## Resources that helped me put this together\n- https://github.com/Microsoft/vscode/issues/2755\n- https://github.com/Microsoft/vscode/issues/23243\n- https://github.com/Microsoft/vscode/issues/53728\n- https://code.visualstudio.com/docs/getstarted/settings\n- https://code.visualstudio.com/docs/getstarted/keybindings\n- https://stackoverflow.com/questions/40709351/vscode-how-to-split-editor-vertically\n- https://github.com/Microsoft/vscode/blob/fc251d651d3a7acf9cf12e176e63bc3277ff800a/src/vs/workbench/browser/parts/editor/editorActions.ts\n- https://github.com/Microsoft/vscode/blob/c63c97c12848e85769e717209b73110e83c18ef6/src/vs/workbench/common/editor/editorGroup.ts\n- https://github.com/Microsoft/vscode/blob/2c93ec4a2dc119067a5853ae510a9ea27ed0c1c6/src/vs/workbench/browser/parts/editor/editorGroupView.ts\n- https://github.com/Microsoft/vscode/blob/1e2b78d601ab709ef860181a71bc305d193f52b2/src/vs/workbench/browser/parts/editor/editorCommands.ts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Forigamivsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyougotwill%2Forigamivsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Forigamivsc/lists"}