Results 11 comments of

我仔细看了看就是很常规的添加了一个 prefetch 的 link 元素。 但是以前没有发现过这个问题。 又看了看 idm 是添加 prefetch 都会检测下载,只不过可能以前用的其他网站可能只 prefetch js/css 文件,不在可下载类型中,所以被 idm 过滤掉了,就没发现这件事。 Idm 的话是不用禁用浏览器扩展,可以在选项里把此站点过滤掉即可,ndm 不确定,估计可能也有类似设置。

Thanks for your reply! I don't know that holes have fixed destinations before. Before, in my view, that holes all drop you to whether 1 or deeper levels, no matter...

Thanks for your reply! I think I should return `!first_match`, my code did wrong :( Yes I agree the MENUCOLOR rules may need more design, I find it cannot specify...

I think choosing `jk` or `jj` for `` should work well seamlessly, I used not to need to wait for the timeout, I now switched to 1.16.0, it works well,...

When I used to use vim, I remember that if I wanna type something like `Dijkstra` I still need to wait for the timeout, but only need to wait for...

I can understand, but the `j` I inserted at one place, after the timeout it should still be at there, not fly to where now my cursor stands, right? It's...

Yes, in vim such timeout may not cause problems, vim can know and control everything, every key other than `k` ends the waiting, the j yes is not shown in...

Recently I have time to try to move to 1.17.1, try to change my keybindings to make 1.17.1 happy, but I found the keybindings system is a so big issue....

Ah, I remember, maybe I choose to map keys in `keybindings.json` is because `c-p` and some other key mappings in `vim.insertModeKeyBindings` doesn't work, but do work in `keybindings.json` with a...

Haha, thank you for your advice, yes I came up with that maybe I can bind `` to `vim_ctrl+p` manually yesterday, but those keybindings working with `jk` is important to...