Lines Matching full:search

58 * Add --no-search-header-lines and --no-search-header-columns options
61 * Add ctrl-L search modifier (github #367).
84 * Add message when search with ^W wraps (github #459).
103 space (--color, --quotes, --rscroll, --search-options
153 * Fix search modifier ^E after ^W.
155 * Fix bug using negated (^N) search (github #374).
192 * Add ^S search modifier (github #196).
198 * Add --no-search-headers option (github #44).
237 * Fix --ignore-case with ctrl-R (no regex) search (github #300).
239 * Fix bug doing repeat search after setting & filter (github #299).
241 * Fix bug doing repeat search before non-repeat search.
247 * Don't retain search options from a cancelled search (github #302).
267 * Add the --search-options option (github #213).
319 * Fix bug using multibyte UTF-8 char in search string
355 * Add ctrl-W search modifier for wrapping search.
375 * If search result is in a long line, scroll to ensure it is visible.
386 * Fix crash when using the @ search modifier.
464 * Status column shows search matches even if highlighting is disabled via -G.
466 * A second ESC-u command will clear search match markers in the status column.
511 * Make search highlights work correctly when changing caselessness with -i.
515 * Fix "nothing to search" error when top or bottom line on screen is empty.
519 * Fix incorrect display when entering double-width chars in search string.
543 (like a search pattern), without executing the command.
621 * Change search behavior such that when a search is given an explicit
622 pattern, the entire displayed screen is included in the search and
625 * Add -A option to change search behavior to the old way: only
689 * Status column now displays a search match, even if the matched
709 * Fix search bug when using -R and text contains ANSI color escape sequences.
750 * Make n command fetch previous pattern from history file on first search.
764 * Search can now find text which follows a null byte, if the PCRE
793 * Add history file to save search and shell command history between
796 * Improve behavior of history list for search and shell commands.
809 * Show search matches in the status column even if search highlights
832 * Fix possible buffer overflow in "global" tag search.
836 * Fix buffer overflow in reverse search.
872 Search highlighting works properly when used with -R.
900 * Status column (enabled with -J) now shows search results.
1129 * Alternate modifiers for search commands: ^N is same as !,
1132 * New modifier for search commands: ^K means highlight the matches
1135 * New modifier for search commands: ^R means don't use regular
1136 expressions in the search.
1188 * Search pattern highlighting has been fixed. It now highlights
1192 * The -F flag (which suppress search highlighting) has been changed
1193 to -G. A new flag, -g, changes search highlighting to highlight
1194 only the string found by the last search command, instead of all
1195 strings which match the last search command.
1197 * New flag -I acts like -i, but ignores case even if the search
1212 when typing a search pattern.
1232 * By popular demand, text which matches the current search pattern
1249 repeated search.
1269 * When you enter text at the bottom of the screen (search string,
1316 * Search commands have been enhanced and reorganized:
1317 n Repeat search, same direction.
1318 N Repeat search, opposite direction.
1319 ESC-/ Search forward thru file boundaries
1320 ESC-? Search backward thru file boundaries
1321 ESC-n Repeat search thru file boundaries, same direction.
1322 ESC-N Repeat search thru file boundaries, opposite direction.
1323 Special character * causes search to search thru file boundaries.
1324 Special character @ causes search to begin at start/end of file list.
1364 * New command ESC-n repeats previous search, spanning files.
1366 * The N command has been changed to repeat the previous search
1370 * New command ESC-N repeats previous search in the reverse