Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 23, 2014
1 parent 3b8c9b1 commit 1ca52f6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@
{ "keys": ["super+alt+l"], "command": "ruby_motion_run_command_from_list"},
{ "keys": ["ctrl+alt+b"], "command": "ruby_motion_set_breakpoint"},
{ "keys": ["ctrl+alt+d"], "command": "ruby_motion_doc"},
{ "keys": ["#"], "command": "insert_snippet", "args": {"contents": "#{${1:$SELECTION}}$0"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{
"operand": "(string.quoted.double.ruby | string.interpolated.ruby) - string source",
"operator": "equal",
"match_all": true,
"key": "selector"
}
]
}
]

0 comments on commit 1ca52f6

Please sign in to comment.