summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-09-25 12:03:02 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-09-25 12:03:02 -0500
commit6300d084625e1bbe7c735e14b2c2d0db0a45653f (patch)
tree5cd24582ab26f2e81bc5563e30295d5b1ca78114 /common
parent0f9015be84351758b42f4c5cbca579b3714986e4 (diff)
downloaddotfiles-6300d084625e1bbe7c735e14b2c2d0db0a45653f.tar.gz
dotfiles-6300d084625e1bbe7c735e14b2c2d0db0a45653f.zip
VimFX: Disable a Fission component so that VimFX stops breaking
Diffstat (limited to 'common')
-rw-r--r--common/.vimfx/config.js2
1 files changed, 2 insertions, 0 deletions
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,