| Name: | Incremental Search |
| Version: | 1.3 |
| Last update: | 2019-08-07 11:33:56 |
⌥) key, the item Search ↣ Quick Find is changed into Search ↣ Quick Find Regexp and allows to perform
incremental searches using regular expressions.
⌃S) or Control-R (⌃R) again while an incremental search is in
progress causes the search to proceed to the next instance of the current
text. Typing Control-W (⌃W) while incremental search is active causes all the
characters to the end of the next word boundary to be added to the search.
| Name | Shortcut | Emacs | Description |
| Next Match | Command-G (⌘G) | Control-S (⌃S) | closest occurrence after current match |
| Previous Match | Command-Shift-G (⇧⌘G) | Control-R (⌃R) | closest occurrence before current match |
| Name | Shortcut | Emacs | Description |
| Forward Char | Right-Arrow (Right) | Control-F (⌃F) | aborts and leaves cursor after last match |
| Backward Char | Left-Arrow | Control-B (⌃B) | aborts and leaves cursor before last match |
| Beginning Of Line | Command-Left-Arrow | Control-A (⌃A) | aborts and moves cursors to the start of the line containing the last match |
| End Of Line | Command-Right-Arrow | Control-E (⌃E) | aborts and moves cursors to the end of the line containing the last match |
| Center Redraw | Control-L (⌃L) | moves selection to center, without aborting | |
| Insert To Top | Control-T (⌃T) | moves selection to top, without aborting | |
| Add Text | Control-W (⌃W) | add the rest of the current word to the search string |
| Name | Shortcut | Emacs | Description |
| Delete Selection | Control-D (⌃D) | aborts and deletes selection | |
| Kill Line | Control-K (⌃K) | aborts and deletes from start of selection to end of line |
| Description | Shortcut |
| Switch the case-sensitivity of the current search | Control-I (⌃I) |
| Toggle interpretation of \n,\r,\t in non-regexp searches | ⌃-Backslash |