courses-keyboardshortcuts
General Shortcuts
CTRL + /: Comment/uncomment line
CTRL + Shift + /: Comment/uncomment a block of code
Tab : Indent line (also multiple lines)
Shift + Tab : Outdent line (also multiple lines)
CTRL + Z: Undo (one step back)
CTRL + Y: Redo (if "Undo" was made, one step forward)
CTRL + F: Find
CTRL + H: Replace
CTRL + G: Go to line
CTRL + L: Clear screen
CTRL + T: New tab
CTRL + W: Close tab
CTRL + D: mark the current word
Github CTRL + K : search
Dendron Ctrl + L : open new *.md file
Visual Studio / Codium: Ctrl + ` : open integrated terminal Ctrl + Shift + C : open terminal outside editor
Backlinks