Table:
Purpose | Command | Remark |
---|---|---|
Move line up/down | Alt + Up Arrow/Down Arrow |
If you're from a sublime background like me, this is the equivalent for ctrl + shift in Sublime. |
Jump to matching bracket | Ctrl+Shift+\ | Chrome's ctrl + m equivalent or Sublime's ctrl + <bracket> |
Indent/outdent line | Ctrl + ] or [ |
-- |
Duplicate line | Going to the end of the line and then doing Ctrl + C followed by Ctrl + V |
This is Sublime or Atom's Ctrl + D equivalent |