diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-11 16:52:09 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-11 16:52:09 -0700 |
commit | 11cde399d33c67db83b7659ffb186efcc64a2c94 (patch) | |
tree | b686019985ab6ca9e912f92a27990e22761068ec /.config/myconf | |
parent | e292a0b5c3807f9f35a7e544535341fa866c71d9 (diff) |
refactor
Diffstat (limited to '.config/myconf')
-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 38f4d2de..c4fc95f1 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 -useNeovim = true; +settings.useNeovim = true; //iunmap('<Ctrl-i>'); iunmap('<Alt-b>'); iunmap('<Alt-d>'); |