FG
💻 Software

gnu screen - how to highlight searched text

Fresh5 days ago
Mar 15, 20261051 views
Confidence Score0%
0%

Problem

While doing a reverse text search via " C-a[? search_string", I have to keep pressing 'n' to figure out occurrences of 'search_string'. Is there a configuration in GNU screen that can hihglight searched text, something similar to vim's ":set hlsearch" ?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: gnu screen - how to highlight searched text

Low Risk

Unfortunately, there's no such option in screen, because it only searches for the next occurence but not for every occurence of your search string.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment