From ea73a976cbb557146843ab12fcadc4b0242de73f Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 11 Sep 2021 18:23:35 -0700 Subject: refactor --- .config/myconf/surfingkeys_config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/myconf/surfingkeys_config.js b/.config/myconf/surfingkeys_config.js index c4fc95f1..67a79466 100644 --- a/.config/myconf/surfingkeys_config.js +++ b/.config/myconf/surfingkeys_config.js @@ -15,11 +15,12 @@ map('',''); unmap(''); map('',''); unmap(''); +// current surfingkeys version 0.9.74 doesn't contain firenvim integration, wait for author to update +// I tried to run the source code as temp extension in about:debugging or with web-ext cli tool but no luck +settings.useNeovim = true; // disable emoji iunmap(':'); -// disable all insert mode hotkeys -// workaround for surfingkey Ctrl-i can't open firenvim, even with `settings.useNeovim = true;`, not sure why, I just use Ctrl-e for firenvim instead -settings.useNeovim = true; +// disable all insert mode hotkeys except Ctrl-i //iunmap(''); iunmap(''); iunmap(''); -- cgit v1.2.3-70-g09d2