]> 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 ## How do i re-map `<escape>` to blur text inputs?
10
11 The default shortcut is actually `<force><escape>`! Don’t forget [`<force>`] at
12 the beginning, and your new shortcut should work fine.
13
14 [`<force>`]: shortcuts.md#force
15
16 ## What does `<force><late><tab>` mean?
17
18 - `<force>`: The shortcut works even in text inputs.
19 - `<late>`: The page can override it.
20 - `<tab>`: Press the Tab key to trigger it.
21
22 Need more explaination? Read about [special keys].
23
24 [special keys]: shortcuts.md#special-keys
25
26 ## Will VimFx provide advanced Find features?
27
28 One VimFx’s key feauters is to embrace standard Firefox features. As long as
29 Firefox’s Find Bar doesn’t support for example reverse search (vim’s `?`
30 command) or regex search, VimFx won’t either.
31
32 The [public API] could be used, though, to integrate with another Add-on that
33 provides advanced Find features.
34
35 [public API]: api.md
Imprint / Impressum