Welcome to Pandora's Box(Why)

Keep It Simple, Stupid!

Fork me on GitHub

Firefox利器Vimperator简明攻略

| Comments

使用Vimperator也有那么一段时间了,着实再次发现CLI的强大和美好,关键是脱离鼠标后,浏览体验大大增强。正如大部分使用者只会使用一个软件大概20%的功能,我觉得我只是在使用Vimperator 10%的功能,不过这10%已经足以应对普通的需求。

正如Vimperator的原始开发者之一,后来另起炉灶开发了Pentadactyl所说,Vimperator更加注重易用性和效率,而Pentadactyl是专门为geek打造。本攻略适合入门级geek,因为Vimperator的学习曲线还是有那么一点陡的(至少得先对VIM比较熟悉)。然而,本文试图去繁就简,给出核心的一些操作,如果需要更加深入的指导,请参考Vimperator的帮助文件或者我托管在Github上的一个Repository

核心操作

  • o Open new link in current tab
  • t Open new link in new tab, also you can input keywords for search
  • Tab select the candinates recycly
  • f Follow hint and open link in current tab, also very useful for locating user input forms
  • F Follow hint and open link in new tab
  • gi Locate the input form quickly
  • Ctrl + A Move cursor to the beginning of the line in insert mode
  • Ctrl + E Move cursor to the end of the line in insert mode
  • Ctrl + U Delete the characters before cursor in insert mode
  • Ctrl + K Delete the characters after cursor in insert mode
  • gt Jump to right tab
  • gT Jump to left tab
  • g0 Jump to first tab
  • g$ Jump to last tab
  • H Navigate back
  • L Navigate forward
  • d Close current tab
  • u Undo and reopen the lastest closed tab
  • / Search in current page
  • ? Search in current page reversely
  • : Command mode
  • ;c Follow hint and open the right click menu(also called the contextual menu) for links

详细参考

请参考Vimperator On Github.

有任何问题,欢迎留言讨论!如果觉得Vimperator不够极客,可以拿Pentadactyl玩玩:–)

Comments