A visual cheat-sheet for the 32 keyboard shortcuts found on the PuTTy app
| Shortcut | Action | 
|---|---|
| Ctrl(right click) | Open context menu | 
| CtrlA | Jump to the start of the line | 
| CtrlB | Move back a character | 
| CtrlC | Terminal the command | 
| CtrlD | Delete from under the cursor | 
| CtrlE | Jump to the end of the line | 
| CtrlF | Move forward a character | 
| CtrlK | Delete to end-of-line | 
| CtrlL | Clear the screen | 
| CtrlR | Search the history backwards | 
| CtrlShiftR | Search the history backwards with multi occurrence | 
| CtrlU | Delete backward from cursor | 
| CtrlXX | Move between end-of-line and current cursor position | 
| CtrlX@ | Show possible hostname completions | 
| CtrlZ | Suspend or stop the command | 
| AltLeft | Move to the first line in the history | 
| AltRight | Move to the last line in the history | 
| Alt? | Show current completion list | 
| Alt* | Insert all possible completions | 
| Alt/ | Attempt to complete filename | 
| Alt. | Yank last argument to previous command | 
| AltB | Move backward | 
| AltC | Capitalize the word | 
| AltD | Delete word | 
| AltF | Move forward | 
| AltL | Make word lowercase | 
| AltN | Search the history forwards non-incremental | 
| AltP | Search the history backwards non-incremental | 
| AltR | Recall command | 
| AltT | Move words around | 
| AltU | Make word uppercase | 
| AltBackspace | Delete backwards from the cursor |