Skip to content

Atom & VSCode Key Binding Map & Configurations

Atom VSCode Key Binding Map

Gonna learn this VSCode thing all the kids are talking about so I made a map of key bindings to reference plus some basic config stuff. I hope you find it useful. It’s a work-in-progress, so if you find any errors or omissions, let me know @jarednielsen

CommandAtom AppleAtom Windows/LinuxVSCode AppleVSCode Windows/Linux
Preferences/Settingscmd-,ctrl-,cmd-,ctrl-,
Command Paletteshift-cmd-pshift-ctrl-pshift-cmd-pshift-ctrl-p
Open File (Fuzzy)cmd-p or cmd-tctrl-p or ctrl-tcmd-pctrl-p
Browse Open Filescmd-bctrl-b??
Markdown Previewctrl-shift-mctrl-shift-mshift-cmd-vctrl-shift-v
Toggle Tree Viewcmd-\ ctrl-\ cmd-bctrl-b
Toggle Developer Toolsopt-cmd-ictrl-alt-i??
Key Binding Resolvercmd-.ctrl-.cmd-k cmd-sctrl-k then s
CommandAtom AppleAtom Windows/LinuxVSCode AppleVSCode Windows/Linux
New Filecmd-nctrl-ncmd-nctrl-n
New Windowshift-cmd-nctrl-shift-ncmd-shift-nctrl-shift-n
Opencmd-octrl-ocmd-octrl-o
Open Foldercmd-shift-octrl-shift-o??
Savecmd-sctrl-scmd-sctrl-s
Save Asshift-cmd-sctrl-shift-scmd-shift-sctrl-shift-s
Save Allalt-cmd-scmd-opt-s?
Close Tabcmd-wctrl-wcmd-wctrl-w
Close Windowshift-cmd-wctrl-shift-wcmd-wctrl-shift-w
Split Windowcmd-k then up/down/left/rightctrl-k then up/down/left/rightcmd-\ ctrl-\
Focus Panecmd-k cmd-up/down/left/rightctrl-k ctrl-up/down/left/rightcmd-k cmd-left/rightctrl-k then left/right
Toggle full screenctrl-cmd-fF11ctrl-cmd-fF11
Reveal Current File in Treecmd-shift-\ cmd-k rctrl-k r
Cycle Tabscmd-Shift-[ & cmd-Shift-]ctrl-Shift-[ & ctrl-Shift-]ctrl-shift-m tabctrl-m tab
CommandAtom AppleAtom Windows/LinuxVSCode AppleVSCode Windows/Linux
Duplicate Linesshift-cmd-dctrl-shift-dopt-shift-up/downctrl+c (empty selection)
Delete Linectrl-shift-kctrl-shift-kcmd-shift-kctrl-shift-k
Move Line Upctrl-cmd-upctrl-upopt-upalt-up
Move Line Downctrl-cmd-downctrl-downopt-downalt-down
Find/Replacecmd-fctrl-fcmd-fctrl-f
Find Nextcmd-gF3cmd-gF3
Find Previousshift-cmd-gshift-F3shift-cmd-gshift-F3
Find in Projectshift-cmd-fctrl-shift-fcmd-shift-fctrl-shift-f
Go To Linectrl-gctrl-gctrl-gctrl-g
Go To Matching Bracketctrl-mctrl-mshift-cmd-\ ctrl-shift-\
Select Linecmd-lctrl-lcmd-ictrl-i
Toggle Commentcmd-/ctrl-/ctrl-/ctrl-/
Column Selectionctrl-shift-up/downctrl-alt-up/downshift-opt-cmd-up/downshift-alt-up/down OR ctrl-shift-up/down
Select Same Wordscmd-dctrl-dcmd-F2ctrl-F2
Undo Selectioncmd-uctrl-ucmd-uctrl-u
Select All The Same Words At Oncecmd-ctrl-galt-F3??
Show Symbols Palettecmd-rctrl-rcmd-tctrl-t
Show auto-completionsctrl-spacectrl-space??
Fold/Unfold sections of codeoption-cmd-[ & option-cmd-]ctrl-shift-[ & ctrl-shift-]option-cmd-[ & option-cmd-]ctrl-shift-[ & ctrl-shift-]
Open Linkctrl-shift-o???

To open a single file: atom <file-name>

To open a directory: atom .

Open Visual Studio Code and access the Command Palette (shift-cmd-p). Search for and select Shell Command: Install ‘code’ command in PATH.

To open a single file: code <file-name>

To open a directory: code .

Install open-in-browser

Install open-in-browser

Install terminal-plus

Apple cmd-shift-t

Windows/Linux: ctrl-shift-t

OR

Packages > Terminal-Plus > New Terminal

OR

Click the + icon in the lower-left of your panel

ctrl-`

OR

View > Integrated Terminal

@TODO

@TODO

Open command pallete:

ctrl + p

Then paste in the installation command.