Skip to content

Search

Terminal search scans the full scrollback buffer of the active terminal and highlights every matching line. Results are paginated and loaded on demand.

Searching is debounced — Cogno waits 120 ms after you stop typing before running the query. Results show matching lines with line numbers. Selecting a result scrolls the terminal to that position.

Up to 200 lines are loaded per page. Use “load more” to fetch the next page if the query has additional matches.

OptionDescription
Case sensitiveMatch uppercase and lowercase exactly
Regular expressionTreat the query as a regex pattern
Block searchRestrict the search to a specific range of buffer lines
KeyAction
/ Move between results
EnterJump to the selected result
EscapeClose and clear highlights
SettingDefaultDescription
search.modevisibleInitial panel visibility (off / hidden / visible)
search.match.background_color2f8fda55Background color of non-active matches
search.match.border_color2f8fdaBorder color of non-active matches
search.match.overview_ruler_color2f8fdaMatch indicator in the overview ruler
search.active_match.background_colorf5e66399Background color of the selected match
search.active_match.border_colorf5e663Border color of the selected match
search.active_match.overview_ruler_colorf5e663Selected match indicator in the overview ruler
ActionDescription
open_terminal_searchToggle the search panel