Readline keys
TextInputModel and TextAreaModel understand the common emacs/readline bindings, so power users feel at home immediately.
| Key | Action |
|---|---|
| ctrl+a / ctrl+e | Jump to start / end of line |
| ctrl+b / ctrl+f | Move one character left / right |
| alt+← / alt+→ | Move one word left / right |
| ctrl+w / alt+backspace | Delete the previous word |
| ctrl+k | Kill to end of line (text area) |