Skip to content

Commit

Permalink
Update key maps for new function name
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Jul 15, 2015
1 parent 471c07e commit 0e034aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"keys": [ "f5" ],
"command": "swi_debug_resume"
"command": "swi_debug_pause_resume"
},
{
"keys": [ "f8" ],
Expand Down
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"keys": [ "f5" ],
"command": "swi_debug_resume"
"command": "swi_debug_pause_resume"
},
{
"keys": [ "f8" ],
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"keys": [ "f5" ],
"command": "swi_debug_resume"
"command": "swi_debug_pause_resume"
},
{
"keys": [ "f8" ],
Expand Down

0 comments on commit 0e034aa

Please sign in to comment.