Dahan Gong

Results 737 comments of Dahan Gong

The keypoint is `filter=title=$s` in the above mapping - with this, Vimium C only searches in `title` of tabs. You may use ``` closetabs: vimium://run/closeSomeOtherTabs#other&#filter=title+url=$s ``` if you also want...

The ` :s ` prefix means to let Vomnibar only show suggestions from "search engien completer", but not the bookmark / history / tab compeletes.

> how can I list just tabs opened , not include the history , bookmark etc , just by Customize search engine You may type `:s closetabs issues`, and then...

两个 tab suspender 可能互相冲突,禁用掉修改版后,原版应该就能用了。 从第一个报错图片来看,tab suspender 的代码可能有地方写死了扩展 ID。你可以试试 在修改版文件夹里搜 `hlnchpd` 这个 ID,改成你修改版的 `fiabc` 的 ID,看还报不报错。 至于 V3,有个很费事的办法,就是把 vimium c 的 content/vimium-c.js, content/injected_end.js, lib/injector.js 都复制到目标扩展里,然后手动在 HTML 里加载它们 - 原因是 Manifest V3...

No this is not a bug: - on Chrome, `Ctrl+W` may close a pinned tab - there should be at least one way to use Vimium C's shortcut to close...

@g-i-o-r-g-i-o Sorry Vimium C v1 is in archive mode and won't be upgraded unless there's any security bug found, while Vimium v2 is still in development - recently, a bit...

@lededev Sorry it's because I added an unnecessary limit on the new parameter `noPinned` - it required `command count >= 2`. Please try the latest commit (2024-05-20 05:48 009bc06a).

在自定义快捷键里设置 unmap x ---原始邮件--- 发件人: ***@***.***> 发送时间: 2023年11月15日(周三) 中午1:41 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: [gdh1995/vimium-c] 如何取消x键关闭当前页面? (Issue #1034) 在使用的另一个插件需要按x调速,如何能够取消默认的x关闭当前页面呢? — Reply to this email directly, view it on GitHub, or...

Sorry but I can not get what did you want from the issue title. You may use `focusInput` to show masks for visible editable inputs, and then use `Tab` and...

Sorry I haven't got why there's a `Ctrl` key just before the `e` key. As for how to respond on Ctrl/Shift/Alt keys in LinkHints mode, Vimium C has a different...