File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ ctrl+alt+k | cmd+k | Commit project to VCS | ✅
228228ctrl+shift+k | cmd+alt+k | Push commits to VCS | ✅
229229ctrl+t | cmd+t | Update project from VCS | ✅
230230ctrl+alt+z | cmd+alt+z | Rollback Lines | ✅
231- alt+shift+c | alt+shift+c | View recent changes | N/A
232231f4 | f4 | Jump to Source | ✅
232+ alt+shift+c | alt+shift+c | View recent changes | N/A
233233
234234### Live Templates
235235
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments