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

NAME

6       searchable-scrollback - incremental scrollback search
7

DESCRIPTION

9       Adds regex search functionality to the scrollback buffer, triggered by
10       the "searchable-scrollback:start" action (bound to "M-s" by default).
11       While in search mode, normal terminal input/output is suspended and a
12       regex is displayed at the bottom of the screen.
13
14       Inputting characters appends them to the regex and continues
15       incremental search. In addition, the following bindings are recognized:
16
17       "BackSpace"
18           Remove a character from the regex.
19
20       "Insert"
21           Append the value of the PRIMARY selection to the regex.
22
23       "Up"
24           Search for a match upwards.
25
26       "Down"
27           Search for a match downwards.
28
29       "Prior"
30           Scroll up.
31
32       "Next"
33           Scroll down.
34
35       "End"
36           Scroll to the bottom.
37
38       "Escape"
39           Leave the mode and return to the point where search was started.
40
41       "Enter" or "Return"
42           Leave the mode maintaining the current position in the scrollback.
43           Additionally, if the "Shift" modifier is active, store the first
44           match in the current line into the primary selection.
45
46       The regex defaults to "(?i)", resulting in a case-insensitive search.
47       To get a case-sensitive search you can delete this prefix using
48       "BackSpace" or simply use an uppercase character which removes the
49       "(?i)" prefix.
50
51       See perlre for more info about perl regular expression syntax.
52
53
54
559.30                              2022-01-22    urxvt-searchable-scrollback(1)
Impressum