Skip to content

Commit

Permalink
Merge pull request jisaacks#206 from gerardroche/memo
Browse files Browse the repository at this point in the history
📝 keymaps table
  • Loading branch information
jisaacks committed Dec 23, 2014
2 parents c5008c2 + 92063d7 commit 167bc9e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,22 +179,15 @@ If your color scheme file does not define the appropriate colors (or you want to
</dict>
</dict>
```
### Jumping Between Changes
There are commands to jump between modifications. The default keybindings for these commands are:

**OSX**

prev: <kbd>command</kbd> + <kbd>shift</kbd> + <kbd>option</kbd> + <kbd>k</kbd>
next: <kbd>command</kbd> + <kbd>shift</kbd> + <kbd>option</kbd> + <kbd>j</kbd>

**Windows**

prev: <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>alt</kbd> + <kbd>k</kbd>
next: <kbd>ctrl</kbd> + <kbd>shift</kbd> + <kbd>alt</kbd> + <kbd>j</kbd>
### Jumping Between Changes

<br>
There are commands to jump between modifications. The default keybindings for these commands are:

------------
| OS X | Windows / Linux | Description |
|------|-----------------|-------------|
| <kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>Option</kbd>+<kbd>k</kbd> | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>k</kbd> | Previous |
| <kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>Option</kbd>+<kbd>j</kbd> | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Alt</kbd>+<kbd>j</kbd> | Next |

### Alternatives

Expand Down

0 comments on commit 167bc9e

Please sign in to comment.