Dahan Gong

Results 737 comments of Dahan Gong

Well, just as the comment above: 1. add such a key mapping rule: ``` map openUrl url="vimium://status/toggle/^\u0020" ``` 2. add some exclusion rules, like these: | patterns | Keys |...

Well it's not a bug, but indeed a feature, which was not well-designed: - by default, VisualMode uses `0` to modify a current selection to select from line beginning to...

目前不支持在查找模式里选中所有匹配上的结果。 一个麻烦些的办法是,在查找模式下用 快捷键 `Ctrl+Shift+C` 复制当前选中的文字、再用 `Ctrl+J` 切换下一个结果。 或者连起来: ``` mapKey run autoCopy+dispatchEvent#ctrlKey&key=j&trusted ```

Um it was designed to do so, just because I seldom use the "go to start/end" by `Meta+Left/Right` - I personally prefer `Fn+Left/Right` instead. Now that you have asked, I'll...

`Vimium C` has such features: 1. Its `LinkHints.activateHover` will auto mark an element (or an outer element) scrollable, and then `j` and `k` work. 2. Render hint markers for scrollable...

Um, I have to agree that it's somehow weird, but, in fact in this issue Vomnibar works "as intended" : - If you have clicked the moon/sun icon at the...

@davidmickelsen Sorry for this later response. @davidmickelsen @anatoly-yakubov-betpawa You may try Vimium C v2.11.2, and now Vomnibar toggles light/dark mode on all UI components of Vimium C: - if the...

默认规则里,减号和数字是用来指定“接下来的快捷键要执行多少次”的,所以不该这么直接用。 真要用,按提示写就行了,也就是在前边加一个 "`unmap 1`"。比如: ``` unmap 1 map 1 createTab ``` 就可以了

Firefox doesn't allow extensions to run on `about:*` pages, except `about:blank` iframes ...

Confirmed. I think it's because Arc browser doesn't provide enough support to manage tabs - same as https://github.com/gdh1995/vimium-c/issues/1036#issuecomment-1945554788 .