Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chinghanho committed Mar 18, 2013
1 parent 273c894 commit 8a4503c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,9 @@ You can clone the repository directly from GitHub into your Packages directory:

## Usage

### Key Binding
### Key Bindings

For OS X user:

``` json
[
Expand All @@ -22,6 +24,16 @@ You can clone the repository directly from GitHub into your Packages directory:
]
```

For Windows/Linux user:

``` json
[
{ "keys": ["ctrl+m", "ctrl+t"], "command": "move_caret_top" },
{ "keys": ["ctrl+m", "ctrl+m"], "command": "move_caret_middle"},
{ "keys": ["ctrl+m", "ctrl+b"], "command": "move_caret_bottom"}
]
```

## TODO

* Submitting to Package Control...

0 comments on commit 8a4503c

Please sign in to comment.