Dahan Gong
Dahan Gong
Sorry it's a bug and no solution to bypass it in Vimium C v1.99.90+. Vimium C v2.0+ will fix this, but it may still require a few months.
抱歉 vimium c 并不打算做这么专业的书签管理功能。 设计上目前支持,而且我也只打算支持的有: 1. 在 Vomnibar 里用标题和 URL 搜索指定书签并打开(`Vomnibar.activateBookmarks`) 2. 打开具有指定标题的某个书签,或某一个收藏文件夹(`openBookmark`) 3. 添加当前网页到某个收藏文件夹(`openBookmark`) 更进一步的管理,比如重命名、删除等,不打算支持。
在现有功能基础上,“直接定位目录”不太方便做出来,倒是”定位一个书签,添加到它右侧或者同目录下最右侧“比较容易实现。 我回头把 Manifest V3 上线的问题修好后,才有空搞一下这些,估计今年底了……
what did the word "leader" mean? ---Original--- From: ***@***.***> Date: Sat, Mar 9, 2024 20:43 PM To: ***@***.***>; Cc: ***@***.***>; Subject: [gdh1995/vimium-c] Custom leader key support (Issue #1107) I could...
Um, Vimium C supports to bind a sequence of keys to a command, so why not use `map ,h CcommandName` directly? To use space, `map h ...` should work. Of...
> Question #1: is this the way it was intended to be designed? Yes it works by design. > what is the behavior with other commands In Vimium C, most...
Um this problem seems a Chrome bug - see https://github.com/philc/vimium/issues/4411 to trace any further information.
Well I don't treat this as a bug, because: 1. each "command" has only one hand-written description, and it's a bit hard to make it dynamic 2. LinkHints has tens...
Sounds like your said `Alt+I` was treated as a simple `I` key (an `i` character) by Vimium C. You may try `unmap i` to disable the default shortcut of entering...
Hello, sorry for this late response, but I think I've found the root cause. Do you have enabled the `privacy.resistFingerprinting` flag on `about:config`? The flag is designed by Firefox to...