Keyboard Shortcuts
MiniMost provides Vim-inspired keyboard navigation so you can control the interface without reaching for the mouse. Shortcuts are active whenever the message input box is not focused, unless noted otherwise.
Messaging
Key |
Action |
|---|---|
|
Send the composed message. |
|
Insert a newline (multi-line message). |
|
Unfocus the message input box; close any open modal or cancel
an in-progress reply or edit. Also closes the |
|
Open the mention autocomplete dropdown for the channel’s members. While
it is open, |
|
Focus the message input box (works from anywhere). |
Search and DMs
Key |
Action |
|---|---|
|
Open the search modal and focus the search input. |
|
Open the “New DM” modal. |
Text Formatting
These shortcuts work inside the message input box. They wrap the currently selected text in the appropriate markers, or toggle the marker at the cursor position if no text is selected.
Key |
Action |
|---|---|
|
Bold — wraps selection in |
|
Italic — wraps selection in |
|
Underline — wraps selection in |
|
~~Strikethrough~~ — wraps selection in |
All formatting uses the same Markdown-style syntax rendered by
formatText() in the client.
Help
Key |
Action |
|---|---|
|
Open the help overlay (shows a quick-reference shortcut list). |
Visual Mode
Press v in normal mode (message input not focused) to enter visual
mode. The topbar displays -- visual -- while active. In visual mode,
one message is highlighted and the following keys act on it directly.
Key |
Action |
|---|---|
|
Enter visual mode; the most recent message is selected. |
|
Move the selection to the next (newer) message. |
|
Move the selection to the previous (older) message. |
|
Delete the highlighted message. |
|
Edit the highlighted message inline. |
|
Reply to the highlighted message. |
|
Copy the highlighted message text to the clipboard. |
|
Open the emoji reaction picker for the highlighted message. |
|
Exit visual mode without taking any action. |
Tips
Keyboard shortcuts are disabled when a modal is open or when the message input has focus (except
Esc,Enter, andShift+Enter).Ctrl+JandCtrl+Kcycle through both public channels and DM conversations in sidebar order.The
ggchord has a 500 ms window — type bothgpresses quickly.Font size can be adjusted with
Ctrl + mouse scroll(desktop) or pinch gesture (mobile). The preference is saved in browserlocalStorage.