If you press the <kbd>Control</kbd> key with another key, it triggers a shorcut. Here is a list of shortcuts I plan to support: - [x] <kbd>Control</kbd> + <kbd>A</kbd> - go to the beginning of the line you are currently typing on. - [x] <kbd>Control</kbd> + <kbd>E</kbd> - go to the end of the line you are typing on. - [x] <kbd>Control</kbd> + <kbd>L</kbd> - clears the screen. - [x] <kbd>Control</kbd> + <kbd>U</kbd> - clears the line you are typing in. - [x] <kbd>Control</kbd> + <kbd>H</kbd> - backspace. - [ ] <kbd>Control</kbd> + <kbd>C</kbd> - stops whatever you are running. - [x] <kbd>Control</kbd> + <kbd>D</kbd> - exits the shell instance. - [x] <kbd>Control</kbd> + <kbd>N</kbd> - opens a new shell instance. - [x] <kbd>Control</kbd> + <kbd>W</kbd> - deletes the word before the cursor. - [x] <kbd>Control</kbd> + <kbd>T</kbd> - swaps the last two characters before the cursor.