⌨️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 backward |
| One word forward |
| Next auto-completion entry (if there is one) |
Insert four spaces (if no autocompletions) | |
| 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 |
| 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 |
| Shows all suggestions in the style akin to the Bourne Again SHell (bash) |
| Refreshes the prompt, the text input, and the current cursor position. |
| Text append mode (Insert or append) |
| Clears the screen and refreshes the prompt. |
| Cut the whitespaces before and after the character. |
| Substitutes two characters |
| Substitutes two words |
| Makes your current input text a comment (visual only, but ignores your text on submit) |
| Forces the tab character to be written. Writes as spaces. |
Warning: Some of the keys conflict with the terminal emulator and/or the operating system keybindings.