]> git.gir.st - VimFx.git/blob - documentation/questions-and-answers.md
Add a question to question-and-answers.md
[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 ## What does `<force><late><tab>` mean?
10
11 - `<force>`: The shortcut works even in text inputs.
12 - `<late>`: The page can override it.
13 - `<tab>`: Press the Tab key to trigger it.
14
15 Need more explaination? Read about [special keys].
16
17 [special keys]: shortcuts.md#special-keys
18
19 ## Will VimFx provide advanced Find features?
20
21 One VimFx’s key feauters is to embrace standard Firefox features. As long as
22 Firefox’s Find Bar doesn’t support for example reverse search (vim’s `?`
23 command) or regex search, VimFx won’t either.
24
25 The [public API] could be used, though, to integrate with another Add-on that
26 provides advanced Find features.
27
28 [public API]: api.md
Imprint / Impressum