Skip to content

Commit

Permalink
Releasing v0.2.37
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Nov 9, 2019
1 parent 4f7b63b commit 0c1ce10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ctrl+c | cmd+c | Copy current line or selected block to clipboard | ✅
ctrl+v | cmd+v | Paste from clipboard | ✅
ctrl+shift+v | cmd+shift+v | Paste from recent buffers... | N/A
ctrl+d | cmd+d | Duplicate Line | ✅
ctrl+d | cmd+d | Duplicate Selection | N/A
ctrl+d | cmd+d | Duplicate Selection |
ctrl+y | cmd+backspace | Delete line at caret | ✅
ctrl+shift+j | ctrl+shift+j | Smart line join | ✅
ctrl+enter | cmd+enter | Smart line split | ✅
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.36",
"version": "0.2.37",
"publisher": "k--kato",
"engines": {
"vscode": "^1.40.0"
Expand Down Expand Up @@ -44,7 +44,8 @@
"url": "https://github.com/kasecato/vscode-intellij-idea-keybindings/issues"
},
"contributes": {
"keybindings": [{
"keybindings": [
{
"key": "ctrl+shift+enter",
"mac": "cmd+shift+enter",
"command": "acceptSelectedSuggestion",
Expand Down
2 changes: 1 addition & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intellij-idea-keybindings",
"version": "0.2.36",
"version": "0.2.37",
"publisher": "k--kato",
"engines": {
"vscode": "^1.40.0"
Expand Down

0 comments on commit 0c1ce10

Please sign in to comment.