Skip to content

Commit 0b57a4b

Browse files
committed
Merge branch 'st4-develop'
2 parents f47b45a + 717b41c commit 0b57a4b

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

Default (Linux).sublime-keymap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,14 @@
195195
{ "key": "following_text", "operator": "regex_contains", "operand": "^`", "match_all": true }
196196
]
197197
},
198+
{ "keys": ["`"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
199+
[
200+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - markup.raw", "match_all": true },
201+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
202+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "`$", "match_all": true },
203+
{ "key": "following_text", "operator": "regex_contains", "operand": "^`", "match_all": true }
204+
]
205+
},
198206
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Left Right.sublime-macro"}, "context":
199207
[
200208
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.raw.begin.markdown", "match_all": true },

Default (OSX).sublime-keymap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,14 @@
195195
{ "key": "following_text", "operator": "regex_contains", "operand": "^`", "match_all": true }
196196
]
197197
},
198+
{ "keys": ["`"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
199+
[
200+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - markup.raw", "match_all": true },
201+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
202+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "`$", "match_all": true },
203+
{ "key": "following_text", "operator": "regex_contains", "operand": "^`", "match_all": true }
204+
]
205+
},
198206
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Left Right.sublime-macro"}, "context":
199207
[
200208
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.raw.begin.markdown", "match_all": true },

Default (Windows).sublime-keymap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@
195195
{ "key": "following_text", "operator": "regex_contains", "operand": "^`", "match_all": true }
196196
]
197197
},
198+
{ "keys": ["`"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
199+
[
200+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - markup.raw", "match_all": true },
201+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
202+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "`$", "match_all": true },
203+
{ "key": "following_text", "operator": "regex_contains", "operand": "^`", "match_all": true }
204+
]
205+
},
206+
198207
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Left Right.sublime-macro"}, "context":
199208
[
200209
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.raw.begin.markdown", "match_all": true },

0 commit comments

Comments
 (0)