Lines Matching full:search
31 ESC-F Like F but stop when search pattern is found.
41 /_p_a_t_t_e_r_n * Search forward for (_N-th) matching line.
42 ?_p_a_t_t_e_r_n * Search backward for (_N-th) matching line.
43 n * Repeat previous search (for _N-th occurrence).
44 N * Repeat previous search in reverse direction.
45 ESC-n * Repeat previous search, spanning files.
46 ESC-N * Repeat previous search, reverse dir. & spanning files.
47 ^O^N ^On * Search forward for (_N-th) OSC8 hyperlink.
48 ^O^P ^Op * Search backward for (_N-th) OSC8 hyperlink.
50 ESC-u Undo (toggle) search highlighting.
51 ESC-U Clear search highlighting.
54 Search is case-sensitive unless changed with -i or -I.
55 A search pattern may begin with one or more of:
56 ^N or ! Search for NON-matching lines.
57 ^E or * Search multiple files (pass thru END OF FILE).
58 ^F or @ Start search at FIRST file (for /) or last file (for ?).
61 ^S _n Search for match in _n-th parenthesized subpattern.
62 ^W WRAP search if no match found.
133 -a ........ --search-skip-screen
134 Search skips current screen.
135 -A ........ --SEARCH-SKIP-SCREEN
136 Search starts just after target line.
153 -g ........ --hilite-search
155 -G ........ --HILITE-SEARCH
233 Search file as each pattern character is typed in.
243 Show at least _N characters to the left of a search match.
258 --no-search-header-lines
260 --no-search-header-columns
262 --no-search-headers
272 --search-options=[EFKNRW-]
273 Set default options for every search.