Skip to content

Commit

Permalink
Merge pull request #235 from daxmc99/merge-conflict
Browse files Browse the repository at this point in the history
Add merge-conflict
  • Loading branch information
kasecato authored Oct 29, 2021
2 parents eb638a9 + c0ed4ef commit b68d28a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,20 @@
"when": "textCompareEditorVisible",
"intellij": "Previous difference"
},
{
"key": "f7",
"mac": "f7",
"command": "merge-conflict.next",
"when": "merge-conflict",
"intellij": "Next difference"
},
{
"key": "shift+f7",
"mac": "shift+f7",
"command": "merge-conflict.previous",
"when": "merge-conflict",
"intellij": "Previous difference"
},
{
"key": "alt+ctrl+enter",
"mac": "alt+cmd+enter",
Expand Down

0 comments on commit b68d28a

Please sign in to comment.