Incremental Search
- | - |
---|---|
C-s | Search forward |
C-r | Search backward |
C-M-s | Regular expression search |
C-M-r | Reverse regular expression search |
M-p | Select previous search string |
M-n | Select next later search string |
RET | Exit incremental search |
DEL | Undo effect of last character |
C-g | Abort current search |
Use C-s or C-r again to repeat the search in either direction. If Emacs is still searching, C-g cancels only the part not matched. |
Comments