Text editing Flashcards
How to delete a line?
⌘ + X
How to insert line after?
⌘ + ↩
How to insert line before?
⌘ + ⇧ + ↩
How to move line/selection up?
⌘ + ⌃ + ↑
What is this symbol ⌃ ?
control
What is this ⇧ symbol ?
shift
How to select line - Repeat to select next lines?
⌘ + L
How to select word - Repeat to select others occurrences?
⌘ + D
How to jump to closing parentheses Repeat to jump to opening parentheses?
⌃ + M
How to select all contents of the current parentheses?
⌃ + ⇧ + M
How to delete from cursor to end of line?
⌘ + K, ⌘ + K
How to delete from cursor to start of line?
⌘ + K + ⌫
How to indent current line(s)?
⌘ + ]
How to un-indent current line(s)
⌘ + [
How to duplicate line(s)?
⌘ + ⇧ + D
How to join line below to the end of the current line?
⌘ + J
How to comment/un-comment current line?
⌘ + /
How to paste and indent correctly?
⌘ + ⇧ + V
How to transform to Uppercase?
Ctrl + KU
How transform to Lowercase
Ctrl + KL
Expand selection to scope. Repeating keeps expanding.
ctrl + shift + space
How to select text in brackets?
ctrl + shift + m
How to select everything inside indentation?
ctrl + shift + j