mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix #4302: document permanent private mode problems
This commit is contained in:
parent
7811e5f531
commit
7d5c9cf083
|
|
@ -14,6 +14,8 @@ If changing one of these settings fixes your bug, please visit the corresponding
|
|||
|
||||
If you have `privacy.resistFingerprinting` set to `true` in `about:config`, Tridactyl will have a lot of trouble understanding your keypresses. See [#760](https://github.com/tridactyl/tridactyl/issues/760#issuecomment-433679201) and [#1699](https://github.com/tridactyl/tridactyl/issues/1699). We strongly recommend setting it to `false`, as it is by default.
|
||||
|
||||
Selecting **Never remember history** in the History section of Firefox's Privacy & Security settings enables permanent private browsing. Tridactyl then treats every window as private and cannot persist state such as command history or global marks. Choose another history setting unless this behaviour is intended.
|
||||
|
||||
# Native Editor/Messenger issues
|
||||
|
||||
If you're having trouble running your editor on OSX, you might be having \$PATH issues: [#684](https://github.com/tridactyl/tridactyl/issues/684). The solution is to specify the absolute path to your editor, like this: `:set editorcmd /usr/local/bin/vimr`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue