Skip to content

Commit

Permalink
feat: add keybindings: ctrl+k i, cmd+k i
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jul 3, 2019
1 parent e76590d commit 6560db3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"publisher": "JayFong",
"engines": {
"vscode": "^1.32.0"
"vscode": "^1.14.0"
},
"icon": "assets/logo.png",
"categories": [
Expand All @@ -27,6 +27,13 @@
"title": "Generate Index"
}
],
"keybindings": [
{
"command": "extension.generateIndex",
"key": "ctrl+k i",
"mac": "cmd+k i"
}
],
"snippets": [
{
"path": "./snippets/markers.code-snippets"
Expand Down

0 comments on commit 6560db3

Please sign in to comment.