DEV Community

Aizat Ibraimova
Aizat Ibraimova

Posted on

VS Code shortcuts

% bash prompt
Ctrl + C cancel any currently running terminal
pry or rails console for interacting with a database
q to quit
cmd + K clear terminal
cmd + Shift + P Command Palette(fuzzy search)
cmd + P quick open file

Option + Cmd + J hard refresh in Chrome
ctrl + A/Cmd + A Jump back to the beginning of the line
Ctrl + E ed of the line
Cmd + F find(and replace)
Cmd + Shift + F find (and replace) Global
Cmd + D Find next selection
Shift + Option + Down Duplicate lines

Top comments (0)