Line Operations
- Remove line: Windows/Linux: Ctrl-D, Mac: Command-D
- Copy lines down: Windows/Linux: Alt-Shift-Down, Mac: Command-Option-Down
- Copy lines up: Windows/Linux: Alt-Shift-Up, Mac: Command-Option-Up
- Move lines down: Windows/Linux: Alt-Down, Mac: Option-Down
- Move lines up: Windows/Linux: Alt-Up, Mac: Option-Up
- Remove to line end: Windows/Linux: Alt-Delete, Mac: Ctrl-K
- Remove to linestart: Windows/Linux: Alt-Backspace, Mac: Command-Backspace
- Remove word left: Windows/Linux: Ctrl-Backspace, Mac: Option-Backspace, Ctrl-Option-Backspace
- Remove word right: Windows/Linux: Ctrl-Delete, Mac: Option-Delete
- Split line: Windows/Linux: ---, Mac: Ctrl-O
Selection
- Select all: Windows/Linux: Ctrl-A, Mac: Command-A
- Select left: Windows/Linux: Shift-Left, Mac: Shift-Left
- Select right: Windows/Linux: Shift-Right, Mac: Shift-Right
- Select word left: Windows/Linux: Ctrl-Shift-Left, Mac: Option-Shift-Left
- Select word right: Windows/Linux: Ctrl-Shift-Right, Mac: Option-Shift-Right
- Select line start: Windows/Linux: Shift-Home, Mac: Shift-Home
- Select line end: Windows/Linux: Shift-End, Mac: Shift-End