Difference between revisions of "Regexp Search"
Jump to navigation
Jump to search
(add category) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | # C-M-s | + | # {{CommandKeys|C-M-s|isearch-forward-regexp}} : incremental forward search matching regexp |
− | # C-M-r | + | # {{CommandKeys|C-M-r|isearch-backward-regexp}} : incremental backward search matching regexp |
+ | |||
+ | === alternative === | ||
+ | |||
+ | # invoke incremental search by either '''C-s''' (isearch-forward) or '''C-r''' (isearch-backward) | ||
+ | # note the ''I-search:'' prompt in the echo area | ||
+ | # type '''M-r''' | ||
+ | # note the ''Pending regexp I-search:'' prompt in the echo area | ||
+ | |||
+ | [[Category:Search]] | ||
+ | [[Category:Buffer Navigation]] |
Latest revision as of 11:16, 10 June 2017
- [C-M-s] (or M-x isearch-forward-regexp) : incremental forward search matching regexp
- [C-M-r] (or M-x isearch-backward-regexp) : incremental backward search matching regexp
alternative
- invoke incremental search by either C-s (isearch-forward) or C-r (isearch-backward)
- note the I-search: prompt in the echo area
- type M-r
- note the Pending regexp I-search: prompt in the echo area