Text Editing Keyboard Combinations Flashcards
Learn keyboard Shortcuts for text-editors
1
Q
Save code in the text editor! (DO THIS A LOT.)
A
Command-s
⌘ + s
2
Q
Copy the text current highlighted (ctrl-c in Windows).
A
Command-c
⌘ + c
3
Q
Cut the text highlighted and save it to a clipboard
A
Command-x
⌘ + x
4
Q
Past last-copied content from clipboard.
A
Command-v
⌘ + v
5
Q
Undo the last action (repeat to undo multiple things).
A
Command-z
⌘ + z
6
Q
Redo the last action
A
Command-shift-z
⌘ + ⇧ + c
7
Q
Select everything in a window.
A
Command-a
⌘ + a
8
Q
Select the current line.
A
Command-l
⌘ + l
9
Q
Move the cursor to the maximum point in the given direction.
A
Command-Arrow
⌘ +
10
Q
Move the cursor one word in either direction
A
Option-left-or-right-arrow
⌥ +
11
Q
Highlight from the start and end of the cursor
A
Shift-Arrow
⇧ +