VimLastCharacterSearch
Unofficial
The most recent character search, so ; and , can repeat it.
Import:
import type { VimLastCharacterSearch } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface VimLastCharacterSearchProperties
| Property | Type | Description | |
|---|---|---|---|
| forward | boolean | Whether the search ran towards the end of the line. | |
| increment | number | How far the cursor stops short of the match: 0 lands on it as f does, and a non-zero offset stops beside it as t does. | |
| selectedCharacter | string | The character that was searched for. |
Links to this page: