Skip to content

Commit

Permalink
issue #22 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdevmanuel committed Jan 22, 2016
1 parent 5fedd45 commit 212408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
, "command": "django_run"
, "context": [{ "key": "selector", "operator": "equal", "operand": "text.html.django" }]
},
{ "keys": ["ctrl+d", "ctrl+a"]
{ "keys": ["ctrl+shift+a"]
, "command": "show_overlay"
, "args": {"overlay": "command_palette", "text": "Django:"} },
]

0 comments on commit 212408e

Please sign in to comment.