0

I've recently installed Vimperator and it is a great thing leading me to remove the mouse and experience mouse-less browsing.

I've also replaced Google by DuckDuckGo on Firefox so now I rely on its results to find things.

Vimperator's Follow hint activated by J doesn't seem to work well or at all on DuckDuckGo what I heavily rely on alongside the keyboard shortcuts of the web portals that I usually browse like Wikipedia and Stack Exchange.

So I'm seeking to find native or third-party, if any, keyboard shortcuts for DuckDuckGo, and also wonder if there's any way to fix Vimperator to work on DuckDuckGo as well.

2 Answers2

2

In vimperator you can tap I to :ignorekeys add https?://duckduckgo\\.com/\\?q=.*. This will make vimperator to automatically turn on ignorekeys mode whenever you enter duckduckgo and leave the mode once you leave the page. You can use <Insert> or ` to toggle the mode at any moment.

It makes it way more comfortable to use duckduckgo, since it's own shortcuts are aware of structure of the search engine. On the negative side, you need to learn a few more keys

1

There are alternative mappings available which might work for f and F using the hint ;:

  • Follow link: f, use ;o
  • Follow link in new tab: F, use ;t

Hopefully the ; won't "go missing" in the same way as it has on DDG for you - although I've not been able to replicate this behaviour on my Firefoxes.

jamesc
  • 341