Skip to content

Commit

Permalink
Few Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-ks committed Jun 8, 2014
1 parent 526f4c9 commit c43383d
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,5 @@
[
{
"keys": ["ctrl+p+8"], "command": "pep8"
"keys": ["alt+p+8"], "command": "pep8"
}
]
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
"keys": ["ctrl+p+8"], "command": "pep8"
"keys": ["super+p+8"], "command": "pep8"
}
]
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
"keys": ["ctrl+p+8"], "command": "pep8"
"keys": ["alt+p+8"], "command": "pep8"
}
]
Binary file modified check-pep8.sublime-package
Binary file not shown.

0 comments on commit c43383d

Please sign in to comment.