diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-11 16:45:56 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-11 16:45:56 -0700 |
commit | c3519a383dd8a3ccf1c55854207802f6a9f162d0 (patch) | |
tree | b5c51679602c5a16f270df58d687c5ac28c551fc | |
parent | 9a50b3d72c8e0a992733ba93495d0a585f3f3950 (diff) |
try conf.useNeovim
-rw-r--r-- | .config/myconf/surfingkeys_config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/myconf/surfingkeys_config.js b/.config/myconf/surfingkeys_config.js index c4fc95f1..4eb2d696 100644 --- a/.config/myconf/surfingkeys_config.js +++ b/.config/myconf/surfingkeys_config.js @@ -19,7 +19,7 @@ unmap('<Alt-s>'); 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; +conf.useNeovim = true; //iunmap('<Ctrl-i>'); iunmap('<Alt-b>'); iunmap('<Alt-d>'); |