Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Vimperator,但我遇到的一件事是能够有效地选择和导航一个只有一个数字的链接。在链接是数字或日期的各种生成的网页中,这种情况经常发生。
仅使用f进入提示模式是行不通的,因为输入数字自然会将您发送到该提示。
f
我对 Vimperator 不是很熟悉,但是在它的分叉和进一步开发中 - Pentadactyl,您可以使用反斜杠使后面的数字被视为链接内部文本,而不是数字。IE。用于f\21将搜索范围缩小到以 / contains¹ 开头的文本的链接21。
f\21
21
¹ 根据您的喜好,'hintmatching'选择要准确。
'hintmatching'