SkillAgentSearch skills...

Harpoon

Zellij plugin to quickly navigate your panes (clone of nvim's harpoon)

Install / Use

/learn @Nacho114/Harpoon
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

harpoon

A Zellij plugin for quickly searching and switching between tabs.

Copy of the original harpoon for nvim.

usage

Usage

  • a to add pane to list
  • A to add all current panes to list
  • Up and Down or j and k to cycle through pane list
  • d to remove pane from list
  • Enter or l to switch to the selected pane
  • Esc or Ctrl + c to exit

Why?

In a sentence: Quickly access your most used panes.

  • Manually manage list of favorite panes
  • Easily add/remove from this list
  • Use list to quickly go to pane
  • Panes are automatically removed from your list when they are closed
  • When tabs or panes change name, these changes propagate to your harpoon list

Installation

Requires Zellij 0.38.0 or newer.

Note: you will need to have wasm32-wasip1 added to rust as a target to build the plugin. This can be done with rustup target add wasm32-wasip1.

git clone git@github.com:Nacho114/harpoon.git
cd harpoon
cargo build --release
mkdir -p ~/.config/zellij/plugins/
mv target/wasm32-wasip1/release/harpoon.wasm ~/.config/zellij/plugins/

Keybinding

Add the following to your zellij config somewhere inside the keybinds section:

shared_except "locked" {
    bind "Ctrl y" {
        LaunchOrFocusPlugin "file:~/.config/zellij/plugins/harpoon.wasm" {
            floating true; move_to_focused_tab true;
        }
    }
}

You likely already have a shared_except "locked" section in your configs. Feel free to add bind there.

Contributing

If you find any issues or want to suggest ideas please open an issue.

Development

Make sure you have rust installed then run:

zellij action new-tab --layout ./plugin-dev-workspace.kdl
View on GitHub
GitHub Stars187
CategoryDevelopment
Updated3d ago
Forks7

Languages

Rust

Security Score

95/100

Audited on Mar 27, 2026

No findings