5digits / dactyl

Pentadactyl and other related Gecko extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defsearch keeps getting reset to google?

JohnnyCashout opened this issue · comments

I have duckduckgo set as preferred search engine in firefox preferences, and I :set defsearch=duckduckgo

it works fine for a while, maybe a day. then when I start firefox again, defsearch has been reset to Google again. How can I make this setting stick?

Hi,

You can save your configuration with this command:

:mkp[entadactylrc][!] [file]

        Write current key mappings and changed options to [file]. If no
        [file] is specified then ~/.pentadactylrc is written unless this file
        already exists. The special version :mkpentadactylrc! will overwrite
        [file] if it exists.

thanks