danielfrey / sublime-cucumber-step-finder

A plugin for sublime providing easy navigation to steps in Cucumber (http://cukes.info)
22 stars 18 forks source link

"selector" for the shortcuts to work only in feature files. #13

Open gudata opened 10 years ago

gudata commented 10 years ago
{ "keys": [ "ctrl+r" ], "command": "cucumber_step_finder", "context":
    [
      { "key": "selector", "operator": "equal", "operand": "text.gherkin.feature" }
    ]
},
markalfred commented 9 years ago

Good call, :+1: