https://github.com/zheeeng/sublime-configuration
https://github.com/zheeeng/sublime-configuration
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zheeeng/sublime-configuration
- Owner: zheeeng
- Created: 2016-03-26T12:33:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T02:18:21.000Z (over 8 years ago)
- Last Synced: 2025-01-24T12:45:58.714Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration on Sublime Text 3 for OS X
## Usage
1. Remove the `~/Library/Application Support/Sublime Text 3/Packages/User` folder to Trash Bin.
2. Clone the repository into `~/Library/Application Support/Sublime Text 3/Packages/` with renaming it as `User`:
$: cd "~/Library/Application Support/Sublime Text 3/Packages/"
$: git clone https://github.com/zheeeng/sublime-configuration User
3. In Sublime Text, install [Package Control](http://wbond.net/sublime_packages/package_control) and run `Package Control: Upgrade/Overwrite Package` in Command Palette(⌘ + ⇧ + P).
4. In `User` folder, run script `sh theme_setup.sh`.
5. Download Predawn application icon from and replace the original Sublime Text icon with it.
## Configuration List
### Keys Remap
Check it [here](./Shortctus.md)
### Plugin && Noticeable Plugin Usages:
#### AdvancedNewFile
Shortcuts:
* ⌘ + ⌥ + M: Advanced New File
* ⌘ + ⇧ + ⌥ + N: Create new folder which contains `__init__.py` file.
Command Palette:
* `ANF: Delete File`
* `ANF: Rename File`
* `ANF: Copy Current File`
#### BracketHighlighter
Command Palette:
* `BracketHighlighter: Remove Brackets` (Shortcut to call this palette: ⌘ + ⇧ + M)
* `BracketHighlighter: Select Bracket Content` (Shortcut: ⌘ + M)
* `BracketHighlighter: Swap Brackets`
* `BracketHighlighter: Swap Quotes`
* `BracketHighlighter: Wrap Selection with Brackets`(or quotes)
#### ColorHelper
#### Compare Side-By-Side
* Compare between Tabs:
* `Compare with...` selected file
* or `Compare with active tab`
* Compare between selections:
* `Mark selection for comparison`, then `Compare selection`
* or hold `Command/Ctrl` select two selection, then `Compare selection`
#### CSScomb
Re-config "node-path" in "CSScomb.sublime-settings":
"node-path" : ":/directory/path/to/your/node/binary"
#### DocBlockr
Shortcuts:
* ⌘ + K, ⌘ + R: Reformat comment paragraphs
Command Palette:
* `DocBlockr:Reparse comment block`
#### Emmet
### Git
### GitGutter
Command Palette:
* `GitGutter: Compare Against Branch`
* `GitGutter: Compare Against Commit`
* `GitGutter: Compare Against HEAD`
* `GitGutter: Compare Against Origin`
* `GitGutter: Compare Against Tag`
* `GitGutter: Showing Comparing Against`
### LocalHistory
File revision is stored in a separate file (with full path) inside the .sublime/history folder of your home directory.
#### Predawn
### SideBarEnhancements
### SublimeCodeIntel