Insert mode(s) keybind map
Message sending and searching, along with channel swapping keybinds are explained in this section.
| Key | Description |
| Ctrl + w | Cuts a single word (from the cursor to the next whitespace). |
| Ctrl + u | Cuts the entire line. |
| Ctrl + f | Move cursor to the right. |
| Ctrl + b | Move cursor to the left. |
| Ctrl + a | Move cursor to the start. |
| Ctrl + e | Move cursor to the end. |
| Alt + f | Move to the end of the next word. |
| Alt + b | Move to the start of the previous word. |
| Ctrl + t | Swap previous character with current character. |
| Alt + t | Swap previous word with current word. |
| Ctrl + u | Remove everything before the cursor. |
| Ctrl + k | Remove everything after the cursor. |
| Ctrl + w | Remove the previous word. |
| Ctrl + d | Remove character to the right. |
| Tab | Fill in suggestion, if one is available. |
| Enter | Confirm the current text to go through (doesn't do anything in message search mode). |
| Esc | Go back to the previous window |