diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-11 00:27:54 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-11 00:27:54 -0700 |
commit | 7d8255bdb7c953eea7e2384d3ca2deebf06e2dde (patch) | |
tree | 4765e1773fb9e4baaa2d6da91ce4f769b6f0e1e3 | |
parent | 38b339e506f75d380ea7ad6b98eb8bc0782c9a62 (diff) |
refactor
-rw-r--r-- | .config/myconf/surfingkeys_config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/myconf/surfingkeys_config.js b/.config/myconf/surfingkeys_config.js index babaeb05..9d6329f7 100644 --- a/.config/myconf/surfingkeys_config.js +++ b/.config/myconf/surfingkeys_config.js @@ -18,6 +18,7 @@ unmap('<Alt-s>'); // 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 iunmap('<Alt-b>'); iunmap('<Alt-d>'); iunmap('<Alt-f>'); |