Files
ChocolateyPackages/EthanBrown.SublimeText2.EditorPackages/tools/PackageCache/SmartMarkdown/Default (Linux).sublime-keymap
Iristyle 5ed4214a22 feat(ST2.EditorPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
2013-09-16 22:29:05 -04:00

31 lines
1.1 KiB
Plaintext

[
{ "keys": ["ctrl+;", "ctrl+n"], "command": "headline_move",
"args": {"forward": true, "same_level": false}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
]
},
{ "keys": ["ctrl+;", "ctrl+p"], "command": "headline_move",
"args": {"forward": false, "same_level": false}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
]
},
{ "keys": ["ctrl+;", "ctrl+f"], "command": "headline_move",
"args": {"forward": true, "same_level": true}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
]
},
{ "keys": ["ctrl+;", "ctrl+b"], "command": "headline_move",
"args": {"forward": false, "same_level": true}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown" }
]
},
{ "keys": ["ctrl+enter"], "command": "smart_new_line", "context":
[
{ "key": "selector", "operator": "equal", "operand": "markup.heading.markdown" }
]
}
]