pentadactyl的find功能是从当前caret的位置处开始搜索的,findhere脚本在此之上提供一个findhere命令,可以使搜索起始于当前屏幕可见内容。
pentadactyl的issue列表里有这个enhancement request – Issue 170: Searches should start within the current viewport,但是一直没时间实现。
20110429升级到v0.02 – 添加!参数以支持反向查找,增加简化命令:fh
命令:
:find[here]
:fh
:find[here]!
:fh!
帮助:
:[......]
有网友询问,通过pentadactyl有没有方便的办法在firefox中打开文件夹。
最直接的办法是用firefox的file://方式URL来访问本地文件夹
:tabopen file://c:\\windows
================================================
如果不想输入file://,简单的办法是定义下面的ex命令
:com! folder -description “Open this folder” -nargs=1 -complete dir -js gBrowser.selectedTab = gBrowser.addTab(ar[......]
=================================================
目录
=================================================
20110512更新 – 更新6. UI设置
Pentadactyl 是由 Vimperator 项目最活跃的开发者 Kris Maglione、Doug Kearns、Martin Stubenschrott维护的针对 Firefox4的一个分支。
官方介绍:
Pentadactyl is a free browser add-on for Firefox, designed to make browsing more efficient and especially more keyboard accessible. Largely inspired by the Vim te[......]