Visual Studio Code shortcuts

ยท

1 min read

Some useful shortcuts I use in Visual Studio Code:

CommandDescription
(find) \n([\w]) -> (replace with) $1remove all blank lines and replace them with space (using RegEx)
cmd + btoggle sidebar
cmd + shitf + vpreview markdown
opt + up/downmove row up/down
opt + ztoggle text wrap
ctrl + wswitch workspace
cmd + f -> focus away -> cmd + gfind occurence, focus away, go to the next occurence
search a word, then โ†‘it will return the previous search keyword