⌨️Keybindings
Press any key!
TermRead implements the following keybindings to interact with the input:
Keybinding | Action |
---|---|
| Accepts input |
| Cancels reading (if |
| Beginning of line |
| End of line |
| Backward one character |
| Forward one character |
| Remove one character from the left |
| Get the older input |
| Get the newer input |
| Remove one character in current position |
| One word backwards |
| One word forwards |
| Next auto-completion entry |
| Previous auto-completion entry |
| Cut to the start of the line |
| Cut to the end of the line |
| Cut to the end of the previous word |
| Cut to the end of the next word |
| Yank the cut content |
| Yank the cut content |
| Make word lowercase |
| Make word uppercase |
| Make character uppercase and move to the end of word |
| Make character lowercase and move to the end of word |
Warning: Some of the keys conflict with the terminal emulator keybindings.
Last updated