theprimeagen/harpoon

Harpoon is a Neovim plugin that provides fast navigation to frequently used files and terminals within a project.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 7th, 2026
Created on November 4th, 2020
Open Issues & Pull Requests: 147 (+0)
GitHub issues: Enabled
Number of forks: 490
Total Stargazers: 9,217 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.8 days
Mean response time: 35.1 days
90th percentile: 149.8 days
Tracked items: 68

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 53
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 615 days
Stale 30+ days: 50
Stale 90+ days: 50

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • harpoon2 (2)
  • bug (1)
  • enhancement (1)
  • good first issue (1)

Most active issues this week

Detailed Description

Harpoon is a Neovim plugin that provides fast navigation to frequently used files and terminals within a project.

The plugin addresses the friction of repeatedly navigating to the same files during development work. Rather than relying on fuzzy finders or buffer navigation commands, Harpoon lets you mark specific files and create persistent keyboard shortcuts to jump between them instantly. It also manages multiple project-specific terminals, allowing you to create, navigate, and send commands to terminals without leaving the editor. The tool stores these marks and terminal configurations persistently across sessions.

Harpoon suits developers working on medium to large codebases who spend significant time switching between a core set of files. It works best for those using Neovim and willing to configure keybindings for their most-visited locations. The plugin integrates with Telescope for mark navigation and supports Tmux as a drop-in replacement for Neovim's native terminals, making it useful in terminal-multiplexer workflows. The README does not compare it to alternative navigation plugins.

The project is in a transitional state, with the current version marked as deprecated and development moving to a newer branch. The tool is acknowledged as not fully polished but is actively used by multiple people. The maintainers invite issue reports for bugs, feature suggestions, and general feedback, indicating openness to community input during this development phase.