一款支持全键盘操作浏览器的辅助工具,只用键盘即可点击任意链接、切换标签页和快速搜索任意内容,支持自定义快捷键和调整操作细节
Vimium C 是一款开源、免费的键盘增强类浏览器扩展,支持为多种多样的命令任意设置快捷键。只要有一个键盘,您就能自由点击网页中的链接和按钮、选择和复制文字和网址,也能轻松操作浏览器标签页,还能在一个便捷的搜索框中随意搜索历史记录、收藏夹或打开的标签等等。
## 多种多样的命令
它支持 Vimium 已有的所有命令和一些专有新命令,具体命令列表请参考安装后设置界面的帮助对话框。而且同一个快捷键能在不同网站上分别触发各自的命令,也可以基于当前键盘焦点处的页面元素来触发不同命令。
支持很多网页上的常用操作:
* 按 F 自动发现并标出可点击的链接和按钮,输入一个定位标记上的文字就能点击它
* 按 字母O 可以显示一个方便美观的搜索框,在里边可以随意查找浏览历史和收藏的网页,还能自定义搜索引擎来快速打开搜索页面、查找已打开的标签页、实时计算数学表达式等等。甚至可以按 Shift+Enter(上档键+回车)来删除选中的历史记录。
* 按 J/K/H/L 来像 VIM 里移动光标一样滚动屏幕内容
* 按 “/” 显示页内查找浮层,输入 “\r” 可以做正则查找,“\w” 会执行整词匹配,还有 \R、\W、\i 和 \I 等多种用法
* 按 V 进入自由选择模式后,能像 VIM 一样用 J/K/H/L 等快捷键修改文字的选择范围
* 按 “?” 显示帮助对话框,快速查看所有设置过的快捷键
当需要操作浏览器标签页时,部分默认快捷键是:
* 按 Shift+J、Shift+K、“g0” 或 “g$” 来切换到左侧、右侧、最左或最右的标签页
* 按 “^”(Shift+6)切换到最近访问的上一个标签页
* 按 X 关闭当前网页,然后按 Shift+X 可以恢复它。关闭网页时默认会保留一个窗口来避免浏览器退出
* 按 “M+字母” 创建标记,在别的网页就可以按 “`+字母” 切换到(或者打开)这个标记的网页
* 按 R 刷新网页,Shift+W 移动网页到下一个窗口,“yt” 复制标签页
以上所有快捷键都可以解绑或重新绑定其它命令,也可以添加新的快捷键。
绑定快捷键到新的命令后,还可以做到切换网页静音、丢弃其它网页、切换网站的图片/JS功能权限、在无痕模式中重新打开等等。
## 快捷键高级用法
大部分命令都支持按下数字前缀来设置数量。比如 “5” 后跟 “Shift+X” 可以恢复 5 个最近关闭的标签页,
而依次按下 “-15X” 这 4 个键则会关闭当前和左侧的共 15 个标签页。
很多命令都支持通过参数来改变具体的操作细节,可以在自定义快捷键指定参数。
如果需要在某些网页上禁用特定的快捷键,可以在扩展设置页面里指定相关规则。
筛选网址时可使用正则表达式,指定的快捷键列表支持“只禁用列表内”和“列表外全禁用”(此时列表以 “^” 开头)两种模式。
普通快捷键是通过 JavaScript 脚本程序识别的,存在被其它模块拦截的可能性,也无法在一些浏览器内置页面上使用。
如果需要让快捷键在浏览器的任何地方都生效,Vimium C 提供了 8 个全局快捷键,可以自由绑定到任意所需命令上。
但要注意全局快捷键不支持按网址规则禁用。
Vimium C 还提供了一个用于浏览器地址栏的搜索引擎 “v”,在地址栏输入 “v + 空格” 即可进入搜索模式。
此模式类似于按 字母O 显示的搜索框,会自动搜索历史记录和收藏夹,也能指定搜索引擎拼接想要的网址。
输入 “v + 空格 + :t + 空格 + 关键词” 即会在已打开的标签页中搜索。
## 中文处理的优化
* 支持识别网址中 GBK 编码的汉字(比如百度贴吧网址的贴吧名)进而在搜索框中搜索,可以自定义要识别的编码
* 在自由选择模式中,使用 w、e、b 等处理词语的快捷键时,会在中文词语的开始/结束位置处停顿
* 浏览器语言设置为中文时,默认设置“百度搜索”为默认搜索引擎
* “上一页”和“下一页”功能默认会识别中文里常用于翻页按钮的词语
## 安全与隐私
Vimium C 具有完善的安全机制:
* 处理网页内容时,及时清理使用痕迹,执行命令期间的文字输入、操作结果等等都会被很快丢弃
* 上述搜索框支持设置屏蔽词来隐藏部分搜索结果(主动搜索了某屏蔽词时则不隐藏)
* 当它收到来自其它扩展程序的消息时,会按照一份用户指定的受信任扩展标识符的列表来审核消息来源
* 可以关闭“借助浏览器账号同步扩展配置”的功能,且此同步功能不会同步页内查找历史等信息
## 针对适用区域的声明
Vimium C(和 gdh1995 发布的其他扩展)均已向“所有地区”的所有人公开。
但这个行为只是为了让这些插件更容易使用,并不代表或者暗示作者 gdh1995 “同意或者不反对”“台湾”一词可以同“中国”并列。
虽然并列显示这一现状的确错误地出现在了这些商店的管理页面中(于2021年6月3日确认)。
根据《中华人民共和国宪法》(http://www.npc.gov.cn/npc/c505/201803/e87e5cd7c1ce46ef866f4ec8e2d709ea.shtml
)和国际共识,***台湾是中华人民共和国的神圣领土(不可分割)的一部分***。
Latest reviews
- (2023-11-13) Maxim Dragan: perfect worked with en and ru keyboard!
- (2023-10-29) Jonathan Will: Thank you very much to the developer(s)! This makes my work so much easier. An amazing plugin
- (2023-10-25) Samuel NIHOUL: Needs a command to pin, unpin tabs, among other state of the art features (see for example the plugin called Surfing Keys)
- (2023-10-24) banana: 小粉紅抄襲出來的山寨貨
- (2023-09-14) Josh D: 用了很久,点赞。如果v选中文字后,也可以快捷键新标签搜索的话就好了。另外,和插件tab suspender不兼容,跳转到冻结的标签就不能用了。。
- (2023-09-05) Yabin CHENG: Hi, Thanks for your development to Vimium. 我这里有个比较奇怪的问题,当我打开这个Chrome插件: 深色模式 - Сhrome 的深色閱讀器,之后无论我通过这个插件进入Dark mode 还是保持页面不变(light mode/ default mode), 我如果想进入 搜索模式都需要敲击两次 / 键 (一次打开搜索模式,第二次打字的光标才进入右下角的搜索框),我感觉有点莫名其妙。 Anyway, 感觉这个奇怪的现象与您的插件代码也不是直接相关的,还需要与对面插件做调研,估计是很难容易的搞定。 Thank you for your great work Again! Have a good day.
- (2023-08-24) Ayip Taqiyyudin: heavens blessing home row for live !
- (2023-08-10) Goofy Klovery: 感谢开发,比原版更人性化
- (2023-07-27) kk zacky: powerful!
- (2023-05-18) den la1: 用了的都说好,秒杀 vimium
- (2023-04-22) lunsheng zhong: 比Vimium 好用,Vimium 很多浏览器自带的页面无法用,并且快捷键和Vimium 保持一致,还加了自定义快捷键功能,比Vimium 强大
- (2023-03-16) Conrad: Holy grail of extensions
- (2023-02-22) 洪湖水浪打浪: 挺不错的
- (2023-01-11) Thorn Bird: 超级好用
- (2022-12-05) wilhelm: 程序员的福音
- (2022-12-03) 최강재: It is truly the superset of Vimium. With Vimium, everything seems doable only using keyboards but it is not. But after using this, no mouse is needed on every website.
- (2022-12-01) Timur Kostenko: Very helpful!
- (2022-11-17) 유도진: From A few days ago, "map v goForward" in Custom key mappings did not work properly.
- (2022-11-08) Roman Strakhov: I can't believe I used to use a browser without it
- (2022-11-01) 大梦千载: 神
- (2022-09-30) 182 vs 13: 超级棒的浏览器快捷键!
- (2022-08-22) Golam Rabbany: Is there any way to implement search suggestion while using omnibar google
- (2022-08-19) Messaoud Oggad: Best Vim extension, it contains several extensions in one (look for a bookmark or a tab ,navigate in the tabs, in the history etc).To extend Vimium C off the html page and in all apps you can use "KeyMouse on github" for Windows applications , it works best with Edge to open folders from the favorites bar and more. Alternate " KeyMouse " and "Vimium C" to solve WSchools exercises, to avoid memorizing many keyboard shortcuts in VSCode, to avoid exceptions & keyboard shortcut conflicts in Youtube etc.Vimac and Shortcat for macOS.
- (2022-08-10) 周李圆: 很棒,适配一下h5的history api就更棒了。就是location通过js变化的时候能刷新识别焦点
- (2022-08-04) MeowYume: Thank you for the excellent extension This one is better than the other Vimium extension as it allows you to unblind the number keys 0-9 as well. Very useful!
- (2022-08-02) Default Cube: It's good, just the thing is you can't permanently disable it on every single website until you re-enable it manually.
- (2022-07-24) Γιώργος Παναγιωτόπουλος: An absolutely necessary extension for every power-user. Also, the ability to set custom shortcuts to overide chrome defaults (like Ctrl-H) is amazing.
- (2022-07-14) erya wang: 在浏览器里几乎是全能的,感谢作者。如果在桌面也能使用就无敌了。
- (2022-06-28) Abdul Qoyyuum Haji Abdul Kadir (Agent Q): I surf the web a lot and I find this extension helps keep my fingers on the keyboard a whole lot more than on my mousepad/mouse. Love this extension!
- (2022-06-15) Hui Zheng: This is a great extension. Love it! One question, anyone knows if this extension is pure client-side extension, or does it collect and transfer any data to any remote server?
- (2022-06-11) Chas Lui: 非常不错,几个 vim 扩展最好的一个了
- (2022-06-01) Sridhar Katakam: This is the greatest extension ever made! I surf the web with single-key shortcuts. I copy link URL with yf and the link text with yt.
- (2022-04-24) x y (秦迷): 比vimium更快更好用,能识别的链接和点击方式更多
- (2022-03-15) Alex Jia: 好用,跟pentadactyl一样的神器,让我怀念那个神器了。 就冲最后一句话,好评五分
- (2022-01-02) Che Tsin Sento: make browsing great again
- (2021-11-18) li shen: 就需要着各种提高工作效率的神器!
- (2021-11-14) Khairani Ariffin: the best one
- (2021-10-19) Joshua Tan: Vimium的加强版。绝!
- (2021-09-23) Võ Bình Thanh Hậu 12: extension solved vimium limitations
- (2021-08-20) 芯心: 不错比vimium更高效 非常优秀
- (2021-08-04) ibvd kj: 网页操作神器。键盘操作太方便了。不过需要一点时间来熟悉。
- (2021-07-30) Will Chang: The best.
- (2021-07-12) Messaoud Oggad: To my mind " Vimium C " is the best " Vimium " extension and the MOST IMPORTANT browser extension.
- (2021-05-31) 第一天下: great!!!!
- (2021-05-30) Miscellane J: So much snappier than the original, it's crazy. Original vimium had to load the entire page before you could do anything. There are also a few extra features. I really like the change in 'W' to cycle tab between windows instead of only into a new window.
- (2021-04-13) Nghia Nguyen: Such a great update on the original vimium
- (2021-03-18) Thiên Minh: You are sooo good, thank you so much!
- (2021-02-28) Apoorv Potnis: Excellent, better than the other Vimium extension (without C) as this extension shows links for posts on Google Classroom posts while the other doesn't.
- (2021-02-18) haifei jiang: 我直接好家伙
- (2021-01-25) Serhii Vusatyi: Vimium C and Shortcut Forwarding Tool are brilliant extensions.