HomeToolsAbout

Shortcuts

(caveat) This list has mix-in commands from VSCode import and custom settings

# Go to cmd + d # go to declaration/definition cmd + shift + o # main > git > github > open on Github # formatting alt + shift + f # apply formatting to current file cmd + opt + shift + L # same as above (default)

Navigating Files

# Search cmd + shift + e # file/directory searcher cmd + shfit + f # word match searcher # Jumping Files cmd + e # recent files list # Pointer Location History cmd + shift + < # Back cmd + shift + > # Forward # Tab Cycling cmd + shift + [ # left tab cmd + shift + ] # right tab ## alternatives cmd + alt + left arrow cmd + alt + right arrow

File System

# Sidebar cmd + k + e # move sidebar to current file (aka enter sidebar) esc # move selector back to the editor # Finder cmd + k, r # locate active file in `Finder` app # Create File # create a new file in current directory cmd + n # create a new scratch file (executable, but not part of a project) cmd + shift + n # copy repository path to file cmd + shift + c

Markdown

# show editor and render cmd + k then v # show render only cmd + shift + v

Terminal

# open terminal ctrl + cmd + t

Tabs

Configuration

Vertical Tabs

File > Settings > Editor > General > Editor Tabs > Tab Placement

Recent Locations

# find recently closed file cmd + e # view code locations recently edited cmd + shift + e

File Navigation

# go to line cmd + l # find a file within a project shift + shift # find within all files by text match cmd + shift + f

Version Control

# view branch history ## cmd click two Gits then click the compare button to compare specific commits cmd + 9 # compare commit before push cmd + k

Zen Mode

ctrl + cmd + z
AboutContact