xxxxxxxxxx
// Mac
COMMAND(⌘) + SHIFT(⇧) + D
// Windows/Ubuntu
CTRL + SHIFT(⇧) + D
xxxxxxxxxx
//Windows
SHIFT + ALT + UP and SHIFT + ALT + DOWN
//Mac
SHIFT + OPTION + UP and SHIFT + OPTION + DOWN
//Linux
CTRL + SHIFT + ALT + UP and SHIFT + ALT + DOWN
xxxxxxxxxx
//------------ How to duplicate lines of code? --------------//
-> Windows:
Shift + Alt + Down and Shift + Alt + Up
-> Mac:
Shift + Option + Down and Shift + Option + Up
-> Linux:
Ctrl + Shift + Alt + Down and Ctrl + Shift + Alt + Up