Visual Studio Code shortcuts
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/downmov...
giuliachiola.hashnode.dev1 min read