Skip to content

Instantly share code, notes, and snippets.

@DmitryBe
Last active May 27, 2022 14:21
Show Gist options
  • Save DmitryBe/6cfc8dcc0a08d8ee52d5a62e8e61c703 to your computer and use it in GitHub Desktop.
Save DmitryBe/6cfc8dcc0a08d8ee52d5a62e8e61c703 to your computer and use it in GitHub Desktop.
vscode

CMD+b open/close left panel

Ctrl + - [+ shit] go back/forward

Ctrl + CMD + left [right] split editor

CMD + T open search panel

CMD + down open file from explorer

Cmd + 1 [2..] open new edit tab

Shift + CMD + [ (]) move between tabs

Opt + CMD + up [down] multi line cursor

SHIFT + ALT + I multi line cursor (end or lines)

Shift + Opt + up [down] duplicate line

Cmd + up [down] move to beginning / end of file

Alt + up [down] move line up / down

Cmd + X delete line

Cmd + F2 replace all matching occurances in text (select text first)

CMD + g next symbol (search window)

CMD+shift+k/l switch terminals

Ctrl + 1 [\]` focus on first editor / terminal

CMD + return run selected lines in active terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment