Skip to content

VimSearchArgs

Unofficial

Arguments describing how a Vim search command builds and runs its query.

Import:

import type { VimSearchArgs } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface VimSearchArgs

Properties

PropertyTypeDescription
forward?booleanWhether the search runs towards the end of the document.
querySrc?stringWhere the query came from, distinguishing a prompted search from one seeded by the word under the cursor.
toJumplist?booleanWhether the position the search started from is pushed onto the jump list.
wholeWordOnly?booleanWhether the query only matches whole words.

Links to this page: