From 6300d084625e1bbe7c735e14b2c2d0db0a45653f Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 12:03:02 -0500 Subject: VimFX: Disable a Fission component so that VimFX stops breaking --- common/.vimfx/config.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/.vimfx') diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js index 758cc6d..72f9e18 100644 --- a/common/.vimfx/config.js +++ b/common/.vimfx/config.js @@ -401,6 +401,8 @@ const prefs = { "devtools.debugger.remote-enabled": true, // ** Make VimFx able to interact with iframes "fission.webContentIsolationStrategy": 0, + // ** Fix VimFx sometimes being silently inactive when going back/forward + "fission.bfcacheInParent": false, // ** We use PassFF now "signon.rememberSignons": false, "signon.autofillForms": false, -- cgit v1.2.3