I couldn’t find any good cheatsheet for vscode so I made one, thanks to https://github.com/vinitkumar/white-paper and https://github.com/theicfire/vimsheet
cmd + C
- copy line or highlightcmd + option + down
- copy line downcmd + option + up
- copy line upcmd + V
- paste lineshift + cmd + V
- show clippy menu (free software to see your clipboard)ctrl + cmd + V
- show clipboard historycmd + X
- cut line or highlightctrl + H
- delete left (letter)cmd + option + backspace
- delete part word leftoption + backspace
- delete word leftctrl + D
- delete rightctrl + option + D
- delete part word rightctrl + cmd + D
- delete word rightcmd + backspace
- delete all leftctrl + K
- delete all rightctrl + shift + K
- delete linecmd + ]
- indentcmd + [
- outdentoption + up
- move line upoption + down
- move line downshift + cmd + \
- go to bracketctrl + G
- go to linectrl + tab
- switch tabsctrl + W
- close tabscmd + F
- search in fileshift + cmd + F
- search in all filesshift + cmd + G
- replace in all files (don’t do cmd + G)cmd + K
cmd + C
or cmd + /
- comment lineshift + option + A
- comment blockcmd + K
cmd + U
- uncomment lineshift + cmd + L
- select all matchescmd + A
- select allcmd + \
- split editorcmd + j
- open terminalcmd + B
- toggle side barcmd + up
cmd + up
- toggle maximised terminal (own shortcut)cmd + p
- go to fileshift + cmd + p
- show all commands