Sublime Text Key Mappings
[
{ "keys": ["super+shift+h"], "command": "htmlprettify" },
{ "keys": ["super+ctrl+shift+t"], "command": "delete_trailing_spaces" },
{ "keys": ["ctrl+o"],
"command": "side_bar_open_in_browser" ,
"args":{"paths":[], "type":"testing"}
},
{
"keys": ["ctrl+alt+up", "ctrl+alt+up"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.33, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
},
{
"keys": ["ctrl+alt+down", "ctrl+alt+down"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.66, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
},
{
"keys": ["ctrl+alt+up", "ctrl+alt+down"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
}
]
These key mappings allow for a few conveniences:
File resides in Packages/User