diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-11 16:47:29 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-11 16:47:29 -0700 |
commit | e292a0b5c3807f9f35a7e544535341fa866c71d9 (patch) | |
tree | b17a3228c705661179fe329b7758b6dd142b1e06 /.config | |
parent | c3519a383dd8a3ccf1c55854207802f6a9f162d0 (diff) |
refactor
Diffstat (limited to '.config')
-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 4eb2d696..38f4d2de 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 -conf.useNeovim = true; +useNeovim = true; //iunmap('<Ctrl-i>'); iunmap('<Alt-b>'); iunmap('<Alt-d>'); |