Skip to content

Commit b27458d

Browse files
committed
#381 Update package and readme
1 parent c2b6217 commit b27458d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ ctrl+alt+k | cmd+k | Commit project to VCS | ✅
228228
ctrl+shift+k | cmd+alt+k | Push commits to VCS | ✅
229229
ctrl+t | cmd+t | Update project from VCS | ✅
230230
ctrl+alt+z | cmd+alt+z | Rollback Lines | ✅
231-
alt+shift+c | alt+shift+c | View recent changes | N/A
232231
f4 | f4 | Jump to Source | ✅
232+
alt+shift+c | alt+shift+c | View recent changes | N/A
233233

234234
### Live Templates
235235

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,13 @@
13191319
"when": "editorTextFocus && !editorReadonly",
13201320
"intellij": "Rollback Lines"
13211321
},
1322+
{
1323+
"key": "f4",
1324+
"mac": "f4",
1325+
"command": "git.openFile",
1326+
"when": "config.git.enabled && isInDiffEditor",
1327+
"intellij": "Jump to Source"
1328+
},
13221329

13231330

13241331

0 commit comments

Comments
 (0)