1urxvt-searchable-scrollback(1)   RXVT-UNICODE   urxvt-searchable-scrollback(1)
2
3
4

NAME

6       searchable-scrollback - incremental scrollback search (enabled by
7       default)
8

DESCRIPTION

10       Adds regex search functionality to the scrollback buffer, triggered by
11       the "searchable-scrollback:start" action (bound to "M-s" by default).
12       While in search mode, normal terminal input/output is suspended and a
13       regex is displayed at the bottom of the screen.
14
15       Inputting characters appends them to the regex and continues
16       incremental search. "BackSpace" removes a character from the regex,
17       "Up" and "Down" search upwards/downwards in the scrollback buffer,
18       "End" jumps to the bottom. "Escape" leaves search mode and returns to
19       the point where search was started, while "Enter" or "Return" stay at
20       the current position and additionally stores the first match in the
21       current line into the primary selection if the "Shift" modifier is
22       active.
23
24       The regex defaults to "(?i)", resulting in a case-insensitive search.
25       To get a case-sensitive search you can delete this prefix using
26       "BackSpace" or simply use an uppercase character which removes the
27       "(?i)" prefix.
28
29       See perlre for more info about perl regular expression syntax.
30
31
32
339.22                              2020-04-15    urxvt-searchable-scrollback(1)
Impressum