diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-11 18:23:35 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-11 18:23:35 -0700 |
commit | ea73a976cbb557146843ab12fcadc4b0242de73f (patch) | |
tree | ed5851087359b850bcf2b665311e58baad20a986 | |
parent | 11cde399d33c67db83b7659ffb186efcc64a2c94 (diff) |
refactor
-rw-r--r-- | .config/myconf/surfingkeys_config.js | 7 |
1 files changed, 4 insertions, 3 deletions
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('<Ctrl-Alt-h>','<Ctrl-h>'); unmap('<Ctrl-h>'); map('<Ctrl-Alt-s>','<Alt-s>'); unmap('<Alt-s>'); +// 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('<Ctrl-i>'); iunmap('<Alt-b>'); iunmap('<Alt-d>'); |