Skip to content

Commit

Permalink
Remove ctrl-shift-m keybinding to open preview. Upgrade mume (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
shd101wyy authored Mar 18, 2018
1 parent df4f81a commit 8ec4381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Contact me if you are willing to help translate the documentation :)
| Shortcuts | Functionality |
|---|---|
| <kbd>ctrl-shift-m</kbd> or <kbd>cmd-k v</kbd> | Open preview |
| <kbd>cmd-k v</kbd> | Open preview |
| <kbd>ctrl-shift-s</kbd> | Sync preview / Sync source |
| <kbd>shift-enter</kbd> | Run Code Chunk |
| <kbd>ctrl-shift-enter</kbd> | Run all Code Chunks |
Expand Down
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@
}
],
"keybindings": [
{
"command": "markdown-preview-enhanced.openPreview",
"key": "shift+ctrl+m",
"when": "editorLangId == markdown"
},
{
"command": "markdown-preview-enhanced.openPreview",
"key": "ctrl+k v",
Expand Down Expand Up @@ -410,7 +405,7 @@
"package": "vsce package"
},
"dependencies": {
"@shd101wyy/mume": "^0.3.1"
"@shd101wyy/mume": "^0.3.2"
},
"devDependencies": {
"@types/jquery": "^3.2.17",
Expand All @@ -419,6 +414,6 @@
"eslint": "^4.15.0",
"mocha": "^4.1.0",
"typescript": "^2.6.2",
"vscode": "^1.1.10"
"vscode": "^1.1.13"
}
}
}

0 comments on commit 8ec4381

Please sign in to comment.