| Command | Description |
|---|---|
| control + a | Go to the start of the line |
| control + e | Go to the end of the line |
| control + b | Move cursor one character backward |
| control + f | Move cursor one character forward |
| control + p | Go to the previous line |
| control + n | Go to the next line |
| alt + b | Move cursor one word backward |
| alt + f | Move cursor one word forward |
| Command | Description |
|---|---|
| control + h | Backspace |
| control + d | Remove one character after cursor |
| command + d | Select word, repeat to select next occurrence |
| command + l | Select line, repeat to select next lines |