]> git.gir.st - VimFx.git/blob - documentation/questions-and-answers.md
Merge branch 'master' into develop
[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 ## Will VimFx provide advanced Find features?
17
18 One VimFx’s key feauters is to embrace standard Firefox features. As long as
19 Firefox’s Find Bar doesn’t support for example reverse search (vim’s `?`
20 command) or regex search, VimFx won’t either.
21
22 The [public API] could be used, though, to integrate with another Add-on that
23 provides advanced Find features.
24
25 [public API]: api.md
Imprint / Impressum