]> git.gir.st - VimFx.git/blob - options.xul
Closes #4. Added popup menu to the toolbar button and changed the logic behind blackl...
[VimFx.git] / options.xul
1 <?xml version="1.0"?>
2 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
3 <setting pref="extension.VimFx.hint_chars" type="string" title="Hint Chars">
4 Default: asdfgercvhjkl;uinm
5 </setting>
6 <setting pref="extension.VimFx.black_list" type="string" title="Black List">
7 Disable Vim functionality on the following URLs.
8 Comma or space separated list, wildcards allowed: `!` to match single character and `*` to match several characters.
9 Example: `*go!gle.com*` will match http://google.com and https://go0gle.com/maps
10 </setting>
11 <setting pref="extension.VimFx.scroll_step" type="integer" title="Scroll Step">
12 Default: 60
13 </setting>
14 </vbox>
Imprint / Impressum