Dahan Gong

Results 737 comments of Dahan Gong

Vimium command `passNextKey` support a parameter named "normal", and when it's true Vimium will be in a new "normal mode without pass keys". So you may use exclusion rules to...

@wenfangdu just like this image: ![image](https://user-images.githubusercontent.com/5547703/132183973-1578c9ab-e9e1-45d1-97a7-56eb39c98929.png)

Oh, I has a customized version of Vimium, named [Vimium C](https://github.com/gdh1995/vimium-c), and it supports a way to toggle pass keys of a current tab by triggering a command: https://github.com/gdh1995/vimium-c/wiki/Enable-or-Disable-all-frames-by-a-shortcut

As said in the code below, `{` and `}` are used to jump once a paragraph. https://github.com/philc/vimium/blob/3ed13fa2371910a0826abb100fea0959edb703e4/content_scripts/mode_visual.coffee#L176-L181

My custom Vimium allows this: it has a special command "autoOpen" which reads selected text and open or search it. The project is https://github.com/gdh1995/vimium-c , and Chrome WebStore link is...

I have a customized ["Vimium C"](https://github.com/gdh1995/vimium-c) and it supports toggling enable/disable status on the popup page from the top-right Vimium C button. And you can also map keys to do...

没动什么叫做删除自定义 css 文件。 要不截图看看 自定义 css 里填的内容?

Sorry it's indeed a bug of Vomnibar, and there's no way to work it around in v2.11 . I'll fix it in days.

@lonelygo 也许你某个地方理解错了。你给出的 CSS 样式代码都是 Vimium 的,不是 Vimium C 的,所以不会生效。 如果你浏览器同时安装了 Vimium 和 Vimium C,那可能是扩展加载顺序变了,比如你之前一直在用 Vimium 的功能,但最近由于什么导致 Vimium C 更早加载、按 F 和 O 显示出了 Vimium C 的界面。

v2.11 版本里,步骤 2 的“大部分”样式应该都能正常生效,而只有作用于 Vomnibar 的那些不行。 如果你确定不生效,能不能给个“你编辑好 自定义界面样式 并保存”的截图,我看看可能是哪儿问题。