Skip to content

Commit

Permalink
remove context in keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Sep 30, 2023
1 parent ada6df6 commit d49244e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
{ "key": "setting.auto_match_enabled" },
{ "key": "selector", "operand": "source.js | source.jsx | source.ts | source.tsx | text.html.ngx | text.html.svelte | text.html.vue" },
{ "key": "selection_empty", "match_all": true },
{ "key": "preceding_text", "operator": "not_regex_contains", "operand": "\\\\$", "match_all": true },
]},
{"keys": ["{"], "command": "chain",
"args": {
Expand Down

0 comments on commit d49244e

Please sign in to comment.