{"id":21571582,"url":"https://github.com/zheeeng/sublime-configuration","last_synced_at":"2025-03-18T06:16:24.205Z","repository":{"id":80218334,"uuid":"54778244","full_name":"zheeeng/sublime-configuration","owner":"zheeeng","description":null,"archived":false,"fork":false,"pushed_at":"2017-08-08T02:18:21.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T12:45:58.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/zheeeng.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":"2016-03-26T12:33:57.000Z","updated_at":"2017-09-12T03:00:58.000Z","dependencies_parsed_at":"2023-03-29T19:19:17.772Z","dependency_job_id":null,"html_url":"https://github.com/zheeeng/sublime-configuration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Fsublime-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Fsublime-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Fsublime-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zheeeng%2Fsublime-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zheeeng","download_url":"https://codeload.github.com/zheeeng/sublime-configuration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166760,"owners_count":20409180,"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":[],"created_at":"2024-11-24T11:16:44.835Z","updated_at":"2025-03-18T06:16:24.195Z","avatar_url":"https://github.com/zheeeng.png","language":"Shell","readme":"# Configuration on Sublime Text 3 for OS X\n\n## Usage\n\n1. Remove the `~/Library/Application Support/Sublime Text 3/Packages/User` folder to Trash Bin.\n2. Clone the repository into `~/Library/Application Support/Sublime Text 3/Packages/` with renaming it as `User`:\n\n        $: cd \"~/Library/Application Support/Sublime Text 3/Packages/\"\n        $: git clone https://github.com/zheeeng/sublime-configuration User\n\n3. In Sublime Text, install [Package Control](http://wbond.net/sublime_packages/package_control) and run `Package Control: Upgrade/Overwrite Package` in Command Palette(⌘ + ⇧ + P).\n4. In `User` folder, run script `sh theme_setup.sh`.\n5. Download Predawn application icon from \u003chttps://github.com/jamiewilson/predawn-icons\u003e and replace the original Sublime Text icon with it.\n\n## Configuration List\n\n### Keys Remap\n\nCheck it [here](./Shortctus.md)\n\n### Plugin \u0026\u0026 Noticeable Plugin Usages:\n\n#### AdvancedNewFile\n\nShortcuts:\n\n* \u003ckbd\u003e⌘ + ⌥ + M\u003c/kbd\u003e: Advanced New File\n* \u003ckbd\u003e⌘ + ⇧ + ⌥ + N\u003c/kbd\u003e: Create new folder which contains `__init__.py` file.\n\nCommand Palette:\n\n* `ANF: Delete File`\n* `ANF: Rename File`\n* `ANF: Copy Current File`\n\n#### BracketHighlighter\n\nCommand Palette:\n\n* `BracketHighlighter: Remove Brackets` (Shortcut to call this palette: \u003ckbd\u003e⌘ + ⇧ + M\u003c/kbd\u003e)\n* `BracketHighlighter: Select Bracket Content` (Shortcut: \u003ckbd\u003e⌘ + M\u003c/kbd\u003e)\n* `BracketHighlighter: Swap Brackets`\n* `BracketHighlighter: Swap Quotes`\n* `BracketHighlighter: Wrap Selection with Brackets`(or quotes)\n\n#### ColorHelper\n\n#### Compare Side-By-Side\n\n* Compare between Tabs:\n    * `Compare with...` selected file\n    * or `Compare with active tab`\n* Compare between selections:\n    * `Mark selection for comparison`, then `Compare selection`\n    * or hold `Command/Ctrl` select two selection, then `Compare selection`\n\n#### CSScomb\n\nRe-config \"node-path\" in \"CSScomb.sublime-settings\":\n\n    \"node-path\" : \":/directory/path/to/your/node/binary\"\n\n#### DocBlockr\n\nShortcuts:\n\n* \u003ckbd\u003e⌘ + K, ⌘ + R\u003c/kbd\u003e: Reformat comment paragraphs\n\nCommand Palette:\n\n* `DocBlockr：Reparse comment block`\n\n#### Emmet\n\n### Git\n\n### GitGutter\n\nCommand Palette:\n* `GitGutter: Compare Against Branch`\n* `GitGutter: Compare Against Commit`\n* `GitGutter: Compare Against HEAD`\n* `GitGutter: Compare Against Origin`\n* `GitGutter: Compare Against Tag`\n* `GitGutter: Showing Comparing Against`\n\n### LocalHistory\n\nFile revision is stored in a separate file (with full path) inside the .sublime/history folder of your home directory.\n\n#### Predawn\n\n### SideBarEnhancements\n\n### SublimeCodeIntel\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzheeeng%2Fsublime-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzheeeng%2Fsublime-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzheeeng%2Fsublime-configuration/lists"}