Skip to content

Commit

Permalink
Keybindings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrey committed Dec 3, 2012
1 parent 700ffc5 commit d7d765b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
@@ -1,5 +1,5 @@
[
{ "keys": ["super+y"], "command": "cucumber_step_finder" },
{ "keys": ["ctrl+super+n"], "command": "match_step" }
{ "keys": ["ctrl+super+m"], "command": "match_step" }
]

4 changes: 2 additions & 2 deletions packages.json
Expand Up @@ -6,11 +6,11 @@
"description": "Helps to navigate to steps in Cucumber(http://cukes.info)",
"author": "Daniel Frey",
"homepage": "https://github.com/danielfrey/sublime-cucumber-step-finder",
"last_modified": "2012-12-03 21:14:00",
"last_modified": "2012-12-03 21:50:00",
"platforms": {
"osx": [
{
"version": "0.2.0",
"version": "0.2.1",
"url": "https://nodeload.github.com/danielfrey/sublime-cucumber-step-finder/zipball/master"
}
]
Expand Down

0 comments on commit d7d765b

Please sign in to comment.