Skip to content

Commit d26a595

Browse files
committed
Updated to 3x3 grid
1 parent d5ee3bd commit d26a595

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Default (Linux).sublime-keymap

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[
22
{
3-
"keys": ["ctrl+alt+6"], "command": "set_layout", "args": {
3+
"keys": ["ctrl+alt+9"], "command": "set_layout", "args": {
44
"cols": [0.0, 0.33, 0.66, 1.0],
5-
"rows": [0.0, 0.5, 1.0],
5+
"rows": [0.0, 0.33, 0.66, 1.0],
66
"cells":
77
[
88
[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1],
9-
[0, 1, 1, 2], [1, 1, 2, 2], [2, 1, 3, 2]
9+
[0, 1, 1, 2], [1, 1, 2, 2], [2, 1, 3, 2],
10+
[0, 2, 1, 3], [1, 2, 2, 3], [2, 2, 3, 3]
1011
]
1112
}
1213
}

0 commit comments

Comments
 (0)