alt + shift + f
Move active selection to Sidebar
, select current file.
cmd + k + e
Move active selection back to the editor.
esc
Open Sidebar selected file in macOS Finder
app.
cmd + k then r
ctrl + cmd + z
# show editor and render cmd + k then v # show render only cmd + shift + v
# open terminal ctrl + cmd + t
Vertical Tabs
File > Settings > Editor > General > Editor Tabs > Tab Placement
# move to another tab on the list cmd + alt + left arrow cmd + alt + right arrow # left tab cmd + shift + [ # right tab cmd + shift + ]
# find recently closed file cmd + e # view code locations recently edited cmd + shift + e
# go to line cmd + l # find a file within a project shift + shift # find within all files by text match cmd + shift + f
# apply code formatting cmd + opt + shift + L # create a new scratch file (executable, but not part of a project) cmd + shift + n # copy repository path to file cmd + shift + c
# view branch history ## cmd click two Gits then click the compare button to compare specific commits cmd + 9 # compare commit before push cmd + k