Skip to content

Commit

Permalink
Add sublime command and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwoost committed Mar 6, 2014
1 parent 3c5d99d commit 04de958
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Default.sublime-commands
@@ -0,0 +1,6 @@
[
{
"caption": "ExpandRegion",
"command": "expand_region"
}
]
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -41,10 +41,10 @@ The "Packages" directory is located at:

## Using

By default **no shortcut is set**. I recommend using the shortcut for the build in "Expand Selection to Scope". Open "Key Bindings - User" and add to following line:
```
{ "keys": ["super+shift+space"], "command": "expand_region" }
```
- Use use `cmd+shift+P` then `ExpandRegion`
- Or (**recommended**) set a shortcut.
I recommend using the shortcut for the build in "Expand Selection to Scope". Open "Key Bindings - User" and add to following line:
`{ "keys": ["super+shift+space"], "command": "expand_region" }`

## Develop

Expand Down

0 comments on commit 04de958

Please sign in to comment.