]> git.gir.st - VimFx.git/blob - documentation/questions-and-answers.md
Make autofocus prevention a bit more robust
[VimFx.git] / documentation / questions-and-answers.md
1 <!--
2 This is part of the VimFx documentation.
3 Copyright Simon Lydell 2015.
4 See the file README.md for copying conditions.
5 -->
6
7 # Questions & Answers
8
9 ## Will VimFx provide advanced Find features?
10
11 One VimFx’s key feauters is to embrace standard Firefox features. As long as
12 Firefox’s Find Bar doesn’t support for example reverse search (vim’s `?`
13 command) or regex search, VimFx won’t either.
14
15 The [public API] could be used, though, to integrate with another Add-on that
16 provides advanced Find features.
17
18 [public API]: api.md
Imprint / Impressum