Skip to content

Commit

Permalink
write shortcut for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
guiltry committed Mar 27, 2014
1 parent 9e74af9 commit 0182883
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 1 addition & 3 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[
{
"keys": ["ctrl+shift+q"], "command": "level_up"
}
{ "keys": ["ctrl+shift+q"], "command": "level_up" }
]
1 change: 1 addition & 0 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[
{ "keys": ["ctrl+shift+q"], "command": "level_up" }
]
4 changes: 1 addition & 3 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[
{
"keys": ["ctrl+shift+q"], "command": "level_up"
}
{ "keys": ["ctrl+shift+q"], "command": "level_up" }
]
6 changes: 2 additions & 4 deletions README.creole
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

This script will help you to jump to parent indentation.

=== Windows & Linux
=== Shortcut

CTRL + SHIFT + Q

=== Mac
ctrl + shift + q

0 comments on commit 0182883

Please sign in to comment.