urxvt-searchable-scrollback(1) | RXVT-UNICODE | urxvt-searchable-scrollback(1) |
searchable-scrollback - incremental scrollback search
Adds regex search functionality to the scrollback buffer, triggered by the "searchable-scrollback:start" action (bound to "M-s" by default). While in search mode, normal terminal input/output is suspended and a regex is displayed at the bottom of the screen.
Inputting characters appends them to the regex and continues incremental search. In addition, the following bindings are recognized:
The regex defaults to "(?i)", resulting in a case-insensitive search. To get a case-sensitive search you can delete this prefix using "BackSpace" or simply use an uppercase character which removes the "(?i)" prefix.
See perlre for more info about perl regular expression syntax.
2023-03-23 | 9.30 |