brookhong/Surfingkeys

Map your keys for web surfing, expand your browser with javascript and keyboard.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 10th, 2026
Created on September 4th, 2015
Open Issues & Pull Requests: 434 (+0)
GitHub issues: Enabled
Number of forks: 559
Total Stargazers: 6,167 (+0)
Total Subscribers: 73 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.6 days
Mean response time: 389.0 days
90th percentile: 2211.3 days
Tracked items: 322

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 69
New in 7 days: 2
Closed in 7 days: 5
Avg open age: 727 days
Stale 30+ days: 44
Stale 90+ days: 24

Recent activity

Opened in 7 days: 2
Closed in 7 days: 5
Comments in 7 days: 3
Events in 7 days: 8

Top labels

  • stale (75)
  • enhancement (2)
  • in plan (2)
  • need bb (2)
  • bug (1)
  • good first issue (1)

Most active issues this week

Detailed Description

Surfingkeys is a browser extension that provides keyboard-driven navigation and control of the web inspired by the VIM editor.

The extension solves the problem of heavy mouse dependency in web browsing by enabling keyboard-based control across web pages. It works by allowing users to map custom keyboard shortcuts to JavaScript functions, making it possible to define personalized commands for any action. The extension ships with VIM-like navigation bindings by default but is designed to be fully customizable through JavaScript configuration, so users can create shortcuts tailored to their specific workflows rather than being locked into a predefined set.

Surfingkeys suits developers and power users who want to minimize mouse usage and maximize keyboard efficiency while browsing. It works across Google Chrome, Chromium-based browsers, Firefox, and Safari, though feature availability varies by browser. Chromium-based browsers receive the most complete feature set, including window management, PDF viewing, proxy support, and device sync. Firefox supports most features but lacks PDF viewing, device sync, and proxy functionality. Safari has the most limited feature set, missing window management, PDF viewing, tab groups, and markdown preview, though it does support device sync and works on both macOS and iOS with an external keyboard.

The project shows consistent maintenance with regular updates addressing both new browser capabilities and user-reported issues. Development activity demonstrates responsiveness to cross-browser compatibility challenges, with the maintainer actively documenting browser-specific limitations and workarounds. The codebase reflects a focus on extensibility, with the configuration system designed to lower barriers for users adding custom functionality without modifying core code.