Skip to content

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 VimLastCharacterSearch

Properties

PropertyTypeDescription
forwardbooleanWhether the search ran towards the end of the line.
incrementnumberHow 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.
selectedCharacterstringThe character that was searched for.

Links to this page: