Created
January 2, 2013 03:23
-
-
Save benwoody/4431863 to your computer and use it in GitHub Desktop.
SublimeText2 OSX Keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ | |
"keys": ["super+alt+left"], | |
"command": "set_layout", | |
"args": | |
{ | |
"cols": [0.0, 0.33, 1.0], | |
"rows": [0.0, 1.0], | |
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]] | |
} | |
}, | |
{ | |
"keys": ["super+alt+right"], | |
"command": "set_layout", | |
"args": | |
{ | |
"cols": [0.0, 0.66, 1.0], | |
"rows": [0.0, 1.0], | |
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]] | |
} | |
}, | |
{ | |
"keys": ["super+alt+down"], | |
"command": "set_layout", | |
"args": | |
{ | |
"cols": [0.0, 0.50, 1.0], | |
"rows": [0.0, 1.0], | |
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]] | |
} | |
}, | |
{ "keys": ["ctrl+alt+1"], "command": "focus_group", "args": { "group": 0 } }, | |
{ "keys": ["ctrl+alt+2"], "command": "focus_group", "args": { "group": 1 } }, | |
{ "keys": ["ctrl+alt+3"], "command": "focus_group", "args": { "group": 2 } }, | |
{ "keys": ["ctrl+alt+4"], "command": "focus_group", "args": { "group": 3 } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment