Skip to main content

/go

The quickest way to jump around. Accepts buffer numbers, exact names, or partial matches.
Buffer numbers are shown in the buffer list panel (e.g., 1.server, 2.#rust). Partial matching is case-insensitive and matches anywhere in the name.

/buffer

With no args: list all buffers with their numbers and unread counts.
With a name: switch to that buffer.

/switch

Switch to a different connected server. Your buffer position within each server is remembered.

/close

Close the active buffer and switch to the previous one. Channels are also auto-closed when you /part.

/clear

Clear the active buffer’s message history. The buffer stays open.

/search

Search the active buffer for a text pattern. All matching lines are highlighted with the search_match_bg/search_match_fg theme colors.
Searching is case-insensitive. Use /search with no args to clear.

/url

Manage URLs detected in the active buffer.
URLs are automatically detected in messages and rendered in the chat_url theme color with underline. The /url command lets you list and open them without scrolling. The browser command is configurable:

/emoji

Search emoji shortcodes or show usage info.
Using emoji in messages: Type :shortcode: and it’s replaced with the emoji when you send:
Tab completion: Type :thu then press Tab to cycle through matches (:thumbsup: → 👍, :thumbsdown: → 👎). Works alongside nick completion — emoji triggers when the word starts with :. 160+ shortcodes available covering smileys, gestures, hearts, symbols, tech, food, nature, animals, celebrations, and flags.

/help

With no args: show the full categorized command list. With a command name: show detailed help for that specific command.
Also shows help text for script-registered commands — scripts provide help via flume.command.register(name, fn, "help text").