diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-28 19:19:01 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-28 19:19:01 -0800 |
commit | d9868247066d9359f6c09cd7d9cdf88459e9e880 (patch) | |
tree | 3eb25d0aab105d75fb2324c13b328b672c2e4de3 /home/xyz/.config/myconf/surfingkeys_config.js | |
parent | c7c1f4cb792930de96f87b8171da379b7ce3bfa7 (diff) |
refactor
Diffstat (limited to 'home/xyz/.config/myconf/surfingkeys_config.js')
-rw-r--r-- | home/xyz/.config/myconf/surfingkeys_config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.config/myconf/surfingkeys_config.js b/home/xyz/.config/myconf/surfingkeys_config.js index e0399abe..71ea7f42 100644 --- a/home/xyz/.config/myconf/surfingkeys_config.js +++ b/home/xyz/.config/myconf/surfingkeys_config.js @@ -49,6 +49,8 @@ unmap('<Alt-s>'); // I tried to run the source code as temp extension in about:debugging or with web-ext cli tool but no luck // update: surfingkeys 1.0 is out, but it integrate neovim in another way, and firefox is not supported? // https://github.com/brookhong/Surfingkeys/issues/1542#:~:text=side%20is%20not-,necessary,-now%2C%20please%20help +// some more links: +// https://github.com/brookhong/Surfingkeys/tree/master/src/nvim/server settings.useNeovim = true; // disable all insert mode hotkeys except Ctrl-i for future neovim integration |