Skip to content

Commit

Permalink
Add OS-specific keybindings to avoid clobbering ctrl+J on Win/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Apr 20, 2013
1 parent 4079d66 commit 48eb679
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Default (Linux).sublime-keymap
@@ -0,0 +1,3 @@
[{
"keys": ["alt+j"], "command": "jshint"
}]
File renamed without changes.
3 changes: 3 additions & 0 deletions Default (Windows).sublime-keymap
@@ -0,0 +1,3 @@
[{
"keys": ["alt+j"], "command": "jshint"
}]

0 comments on commit 48eb679

Please sign in to comment.